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

# dlmhelper

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: [10.5194/egusphere-2023-1680](https://egusphere.copernicus.org/preprints/2023/egusphere-2023-1680/)).

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


## Requirements

- numpy
- matplotlib
- statsmodels
- tabulate

## Version

v1.0.0b2

## Installation

Install from PyPI using:

    pip install dlmhelper

## Usage

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

Documentation is available [here](https://jonashach.github.io/dlmhelper/build/html/index.html)
