statsmodels.tsa.arima_process.ArmaProcess.arma2ma¶
- ArmaProcess.arma2ma(lags=None)[source]¶
 A finite-lag approximate MA representation of an ARMA process.
- Parameters:¶
 - lags
int The number of coefficients to calculate.
- lags
 - Returns:¶
 ndarrayThe coefficients of AR lag polynomial with nobs elements.
Notes
Equivalent to
arma_impulse_response(ma, ar, leads=100)
  
    
      Last update:
      Jun 10, 2024