statsmodels.tsa.arima.model.ARIMA.untransform_params¶
- ARIMA.untransform_params(constrained)¶
Transform constrained parameters used in likelihood evaluation to unconstrained parameters used by the optimizer
Used primarily to reverse enforcement of stationarity of the autoregressive lag polynomial and invertibility of the moving average lag polynomial.
- Parameters:
- constrainedarray_like
Constrained parameters used in likelihood evaluation.
- Returns:
- constrainedarray_like
Unconstrained parameters used by the optimizer.
Notes
If the lag polynomial has non-consecutive powers (so that the coefficient is zero on some element of the polynomial), then the constraint function is not onto the entire space of invertible polynomials, although it only excludes a very small portion very close to the invertibility boundary.