statsmodels.regression.recursive_ls.RecursiveLS.transform_params

RecursiveLS.transform_params(unconstrained)

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

Parameters:
unconstrainedarray_like

优化器使用的无约束参数数组,将被转换。

Returns:
constrainedarray_like

用于似然评估的受限参数数组。

注释

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


Last update: Oct 16, 2024