statsmodels.miscmodels.ordinal_model.OrderedModel.start_params#

property OrderedModel.start_params#

Start parameters for the optimization corresponding to null model

The threshold are computed from the observed frequencies and transformed to the exponential increments parameterization. The parameters for explanatory variables are set to zero.

Returns:
ndarray

Starting values for the parameters, (exog_coef, threshold).