Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to content
statsmodels.tsa.vector_ar.var_model.VARResults.orth_ma_rep
-
VARResults.
orth_ma_rep
(maxn=10, P=None)
Compute orthogonalized MA coefficient matrices using P matrix such
that Σu=PP′. P defaults to the Cholesky
decomposition of Σu
- Parameters
- maxn
int
Number of coefficient matrices to compute
- P
ndarray
(k
x
k
), optional
Matrix such that Sigma_u = PP’, defaults to Cholesky descomp
- Returns
- coefs
ndarray
(maxn
x
k
x
k
)