statsmodels.tsa.vector_ar.svar_model.SVARResults.ma_rep
-
SVARResults.ma_rep(maxn=
10
)
Compute MA(\(\infty\)) coefficient matrices
- Parameters:
- maxn
int
Number of coefficient matrices to compute
- Returns:
- coefs
ndarray
(maxn
x
k
x
k
)
Last update:
Nov 14, 2024