statsmodels.miscmodels.ordinal_model.OrderedModel.transform_threshold_params¶
- OrderedModel.transform_threshold_params(params)[source]¶
 transformation of the parameters in the optimization
- Parameters:¶
 - params
nd_array Contains (exog_coef, transformed_thresholds) where exog_coef are the coefficient for the explanatory variables in the linear term, transformed threshold or cutoff points. The first, lowest threshold is unchanged, all other thresholds are in terms of exponentiated increments.
- params
 - Returns:¶
 - thresh
nd_array Thresh are the thresholds or cutoff constants for the intervals.
- thresh
 
  
    
      Last update:
      Jun 10, 2024