ChadFulton / pymar

Markov Switching Models for Statsmodels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markov Switching Models for Statsmodels

Note: this code has been superseded by a rewritten Markov switching package implemented in Statsmodels. It will be available in Statsmodels version 0.8, or it can be used by installing the development version of Statsmodels. See the pull request.

Installation

  1. Place in your project folder.

  2. Compile the Cython filter using

    python setup.py build_ext --inplace

About

Markov Switching Models for Statsmodels


Languages

Language:Python 97.4%Language:Jupyter Notebook 2.6%