statsmodels.tsa.vector_ar.var_model.VARProcess.forecast_cov
-
VARProcess.forecast_cov(steps)
Compute theoretical forecast error variance matrices
- Parameters:
- steps
int
Number of steps ahead
- Returns:
- forc_covs
ndarray
(steps
x
neqs
x
neqs
)
Notes
Last update:
Oct 03, 2024