statsmodels.tsa.arima_model.ARMA.geterrors

ARMA.geterrors(params)[source]

Get the errors of the ARMA process.

Parameters:
  • params (array-like) – The fitted ARMA parameters
  • order (array-like) – 3 item iterable, with the number of AR, MA, and exogenous parameters, including the trend