statsmodels.tsa.vector_ar.var_model.FEVD#
- class statsmodels.tsa.vector_ar.var_model.FEVD(model, P=None, periods=None)[source]#
Compute and plot Forecast error variance decomposition and asymptotic standard errors
- Parameters:
- model
VARResults The VAR results used to compute the FEVD.
- P
ndarray,optional Matrix such that Sigma_u = PP’, used to orthogonalize the impulse responses. Defaults to the Cholesky decomposition of Sigma_u.
- periods
int,optional Number of periods to compute the FEVD for.
- model
Methods
summary
Methods