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
Description: [![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`
        
Platform: UNKNOWN
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
