MNLogit.cdf()

statsmodels.discrete.discrete_model.MNLogit.cdf

MNLogit.cdf(X) [source]

Multinomial logit cumulative distribution function.

Parameters:

X : array

The linear predictor of the model XB.

Returns:

cdf : ndarray

The cdf evaluated at X.

Notes

In the multinomial logit model. .. math:: frac{expleft(beta_{j}^{prime}x_{i}right)}{sum_{k=0}^{J}expleft(beta_{k}^{prime}x_{i}right)}

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.discrete.discrete_model.MNLogit.cdf.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部