Metadata-Version: 2.1
Name: dlmhelper
Version: 1.0.0b1
Summary: This package includes functions and custom data types to help with performing dynamic linear model fits and analyzing the results.
Author-email: Jonas Hachmeister <jonas.hachmeister@posteo.de>
Project-URL: Homepage, https://github.com/JonasHach/dlmhelper
Project-URL: Bug Tracker, https://github.com/JonasHach/dlmhelper/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# dlm_helper
This package includes functions and custom data types to help with performing and analyzing dynamic linear model fits. 

The initial version of this code was developed for the analysis performed in 'Zonal variability of methane trends derived from satellite data' (Hachmeister et al., 2023 ; DOI outstanding).

Version v0.1.0 of this package is also used by the supplementary example code provided for the above mentioned paper, available at [Zenodo](http://www.doi.org/10.5281/zenodo.8178927)


## Requirements

- numpy
- matplotlib
- statsmodels
- tabulate

## Installation

TODO

## Usage

Look at the Nile or Manua Loa example from the examples folder for a basic introduction for now.

