statsmodels.miscmodels.ordinal_model.OrderedModel.cdf¶
- OrderedModel.cdf(x)[source]¶
 Cdf evaluated at x.
- Parameters:¶
 - xarray_like
 Points at which cdf is evaluated. In the model x is the latent variable plus threshold constants.
- Returns:¶
 Valueofthecumulativedistributionfunctionoftheunderlyinglatentvariableevaluatedatx.
  
    
      Last update:
      Jun 10, 2024