Skip to content

eph/pyvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvar

A simple python package for VAR models.

Installation

Install the required dependencies using pip::

pip install -r requirements.txt

You can then install pyvar in the usual way::

python setup.py install

Running Tests

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.

About

A simple python package for VAR models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published