statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.untransform_params¶
- MarkovAutoregression.untransform_params(constrained)[source]¶
将似然评估中使用的约束参数转换为优化器使用的无约束参数
- Parameters:¶
- constrainedarray_like
用于似然评估的受限参数数组,需进行转换。
- Returns:¶
- unconstrainedarray_like
优化器使用的无约束参数数组。
Last update:
Oct 16, 2024