statsmodels.miscmodels.ordinal_model.OrderedModel.cdf¶ OrderedModel.cdf(x)[source]¶ Cdf evaluated at x. Parameters:¶ xarray_likePoints at which cdf is evaluated. In the model x is the latent variable plus threshold constants. Returns:¶ Value of the cumulative distribution function of the underlying latent variable evaluated at x.