A simple python package for VAR models.
Install the required dependencies using pip::
pip install -r requirements.txt
You can then install pyvar in the usual way::
python setup.py install
Tests are written using nose. After installing the requirements you can
run the test-suite with::
nosetests
pytest will also work since nose style tests are automatically
discovered.