statsmodels.miscmodels.ordinal_model.OrderedModel.transform_reverse_threshold_params#

OrderedModel.transform_reverse_threshold_params(params)[source]#

Obtain transformed thresholds from original thresholds or cutoffs

Parameters:
paramsndarray

Threshold values, cutoff constants for choice intervals, which need to be monotonically increasing.

Returns:
thresh_paramsndarray

Transformed threshold parameter. The first, lowest threshold is unchanged, all other thresholds are in terms of exponentiated increments. Transformed parameters can be any real number without restrictions.