The loglikelihood for an ARMA model using the Kalman Filter recursions.
| Parameters : | params : array
arma_model : statsmodels.tsa.arima.ARMA instance
|
|---|
Notes
This works for both real valued and complex valued parameters. The complex values being used to compute the numerical derivative. If available will use a Cython version of the Kalman Filter.