statsmodels.miscmodels.ordinal_model.OrderedModel.cdf

OrderedModel.cdf(x)[source]

在 x 处求得的累积分布函数。

Parameters:
xarray_like

cdf 被评估的点。在模型中,x 是潜在变量加上阈值常数。

Returns:
Value of the cumulative distribution function of the underlying latent
variable evaluated at x.

Last update: Oct 16, 2024