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 – The cdf evaluated at X.
Return type: ndarray

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