statsmodels.miscmodels.ordinal_model.OrderedModel.pdf¶
- OrderedModel.pdf(x)[source]¶
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:¶
Value
of
the
probability
density
function
of
the
underlying
latent
variable
evaluated
at
x.
Last update:
Jan 27, 2025