statsmodels.tsa.vector_ar.svar_model.SVARProcess.ma_rep

SVARProcess.ma_rep(maxn=10)

Compute MA(\(\infty\)) coefficient matrices

Parameters:
maxnint

Number of coefficient matrices to compute

Returns:
coefsndarray (maxn x k x k)

Last update: Mar 18, 2024