statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.transform_params

MarkovAutoregression.transform_params(unconstrained)[source]

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

Parameters:
unconstrainedarray_like

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

Returns:
constrainedarray_like

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


Last update: Oct 16, 2024