Skip to content

garnier94/Simulation_low_rank_VAR1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Simulation_low_rank_VAR1

This project is an complementar material for the article 'High dimensional AR processes with low rank transition', by P. Alquier, K. Bertin, P. Doukhan and R. Garnier . It proposed a notebook which implements the algorithms proposed in the article

Usage

The notebooks used Python 3.6, and some usual packages in Machine Learning and Data Visualisation (jupyter, pandas, numpy and matplotlib). The easiest way to use it is to download Anaconda which contains the package used in the notebook.

Another way is to install Python 3.6, then to install the required packages using the package manager pip in the console :

pip install jupyter
pip install numpy
...

Once installed, run Jupyter in the folder where you download the files:

jupyter notebook

And select the file 'low rank AR(1) Simulation.ipynb'

About

Simulation of a low rank VAR(1) Process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published