statsmodels.miscmodels.ordinal_model.OrderedModel.cdf¶
- OrderedModel.cdf(x)[ソース]¶
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.
最終更新日:
2025年01月28日