This repository contains the code associated with the following paper:
Minimax Estimation of Partially-Observed Vector AutoRegressions, Dalle and De Castro (2022)
To reproduce the results presented in the paper:
- Download the Julia programming language.
- Clone or download the present repository.
- Open a Julia REPL in the
experimentsfolder. - Run
include("plots.jl")in the Julia REPL. - The plots will appear in the
experiments/imgfolder.