-
OrderedModel.transform_threshold_params(params)[source]
优化中参数的转换
- Parameters:
- params
nd_array 包含 (exog_coef, transformed_thresholds),其中 exog_coef 是线性项中解释变量的系数,transformed threshold 或 cutoff points。第一个最低的阈值保持不变,所有其他阈值都是以指数增量的形式表示的。
- Returns:
- thresh
nd_array Thresh 是区间的阈值或截止常数。
Last update:
Oct 16, 2024