forked fromChadFulton/fulton_statsmodels_2017
- Notifications
You must be signed in to change notification settings - Fork0
noobcoder2/fulton_statsmodels_2017
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository houses the source and Python scripts producing the paper"Estimating time series models by state space methods in Python: Statsmodels".
A PDF version of the paper can be found in the repository, and also at:https://github.com/ChadFulton/fulton_statsmodels_2017/raw/master/fulton_statsmodels_2017_v1.pdf
There are three Jupyter notebooks with code showing maximum likelihood andBayesian estimation of three example models:
The paper is written usingSphinx. Inparticular, see:
paper/source
for the reStructuredText files of textpaper/source/sections/code
for all of the code that is referenced in thetext and that produces the output and figures. To run all code and produceall output, runpython run_all.py
in that directory.notebooks
for Jupyter notebooks that flesh out the three examples in thepaper (ARMA(1, 1), local level, and a simple real business cycle model)
To build the paper, in a terminal from the base directory, you must:
>>>cd paper/source/sections/code>>> python run_all.py>>>cd ../../../>>> make html>>> make latex
About
State Space Estimation of Time Series Models in Python: Statsmodels
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Jupyter Notebook94.3%
- Python4.6%
- Other1.1%