Fits the multinomial logit model.
start_params : array-like, optional
The default is a 0 vector.
maxiter : int, optional
Maximum number of iterations. The default is 35.
method : str, optional
method can be ‘newton’, ‘ncg’, ‘bfgs’. The default is ‘newton’.
tol : float, optional
The convergence tolerance for the solver. The default is 1e-08.
Notes
The reference category is always the first column of wendog for now.
scikits.statsmodels.discretemod.MNLogit.cdf
scikits.statsmodels.discretemod.MNLogit.hessian
Enter search terms or a module, class or function name.