Skip to content

Python implementation of Vector AutoRegressive model

Notifications You must be signed in to change notification settings

goelhardik/var-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python implementation of Vector Auto Regressive model for time-series prediction.

This code is ported from MATLAB code by Igor.

The data is expected in multiple pickle files, each file representing one complete time-series. To run,

python buildVAR 1 traindata/ testdata/

First argument is p, the order of the VAR model. Second argument is the directory containing the training data files. Third argument is the directory containing the test data files.

Test set mean RMSE is printed out to the screen.

About

Python implementation of Vector AutoRegressive model

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages