statsmodels.miscmodels.ordinal_model.OrderedModel.transform_threshold_params

OrderedModel.transform_threshold_params(params)[source]

transformation of the parameters in the optimization

Parameters:
paramsnd_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.

Returns:
threshnd_array

Thresh are the thresholds or cutoff constants for the intervals.


Last update: Mar 18, 2024