statsmodels.tsa.vector_ar.irf.IRAnalysis.cov#

IRAnalysis.cov(orth=False)[source]#

Compute asymptotic standard errors for impulse response coefficients

Parameters:
orthbool, default False

Compute orthogonalized impulse responses

Returns:
ndarray

Array of shape (periods + 1, neqs ** 2, neqs ** 2) containing the covariance matrix of the impulse response coefficients for each period.

Notes

Lütkepohl eq 3.7.5