Metadata-Version: 2.1
Name: emmodel
Version: 0.0.1
Summary: Excess mortality model
Home-page: https://github.com/ihmeuw-msca/emmodel
Author: IHME Math Sciences
Author-email: ihme.math.sciences@gmail.com
License: BSD-2-Clause License
Platform: UNKNOWN
Requires-Dist: regmod
Requires-Dist: matplotlib
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

[![Build Status](https://github.com/ihmeuw-msca/emmodel/workflows/python-build/badge.svg)](https://github.com/ihmeuw-msca/emmodel/actions)
[![PyPI Version](https://badge.fury.io/py/emmodel.svg)](https://badge.fury.io/py/emmodel)

# Excess Mortality Model

This package contains the excess mortality model accounting for seasonality pattern and yearly trend.
It also contains a experimental "Cascade" framework for hierarchical model.

## Install
To install the package
```
pip install emmodel
```

It require packages

* `regmod`
* `matplotlib`


