statsmodels.miscmodels.ordinal_model.OrderedModel.pdf¶
- OrderedModel.pdf(x)[ソース]¶
Pdf evaluated at x
- Parameters:¶
- xarray_like
Points at which cdf is evaluated. In the model x is the latent variable plus threshold constants.
- Returns:¶
Valueoftheprobabilitydensityfunctionoftheunderlyinglatentvariableevaluatedatx.
最終更新日:
2025年01月28日