statsmodels.miscmodels.ordinal_model.OrderedModel.transform_threshold_params#

OrderedModel.transform_threshold_params(params)[source]#

Transformation of the parameters in the optimization

Parameters:
paramsndarray

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.

Returns:
threshndarray

Thresh are the thresholds or cutoff constants for the intervals.