statsmodels.base.model.GenericLikelihoodModel.fit

GenericLikelihoodModel.fit(start_params=None, method='nm', maxiter=500, full_output=1, disp=1, callback=None, retall=0, **kwargs)[source]

Fit the model using maximum likelihood.

The rest of the docstring is from statsmodels.LikelihoodModel.fit