- start_params : array-like
A vector of starting values for the regression
coefficients. If None, a default is chosen.
- maxiter : integer
The maximum number of iterations
- disp : bool
Show convergence stats.
- method : str
The optimization method to use.
- **kwds
Keyword arguments for the optimizer.