SARIMAX.untransform_params()

statsmodels.tsa.statespace.sarimax.SARIMAX.untransform_params

SARIMAX.untransform_params(constrained) [source]

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:

constrained : array_like

Constrained parameters used in likelihood evaluation.

Returns:

constrained : array_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.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.untransform_params.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部