statsmodels.miscmodels.ordinal_model.OrderedModel.pdf¶ OrderedModel.pdf(x)[source]¶ Pdf 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 probability density function of the underlying latent variable evaluated at x.