Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 423 Bytes

Cointegration example

Example 3.1 taken from the book "Likelihood-Based-Inference-Cointegrated-Autoregressive-Econometrics"

Installation

An easy way to install dependencies is using Anaconda for Python 2.7 (https://www.anaconda.com/distribution/). Additional packages required are:

conda install matplotlib
conda install pandas 
conda install statsmodels
conda install jupyter