This repository contains the code associated with the manuscript Minimax Estimation of Partially-Observed Vector AutoRegressions, by Guillaume Dalle and Yohann De Castro. The notebooks allow anyone to re-generate the plots included in the paper.
Before running the code, you need to follow the following steps:
- Install Poetry by following the instructions on https://python-poetry.org/
- Clone the repository and open a terminal there.
- Run
poetry install
to download the necessary dependencies and install them. - Run
poetry shell
to activate the environment. - Run
jupyter notebook
to launch the notebook server.