statsmodels.tsa.statespace.mlemodel.MLEModel.untransform_params

MLEModel.untransform_params(constrained)[source]

将似然评估中使用的约束参数转换为优化器使用的无约束参数

Parameters:
constrainedarray_like

用于似然评估的受限参数数组,需进行转换。

Returns:
unconstrainedarray_like

优化器使用的无约束参数数组。

注释

这是基类中的一个空操作,子类应在适当的地方进行重写。


Last update: Oct 16, 2024