statsmodels.genmod.qif.QIF.fit

QIF.fit(maxiter=100, start_params=None, tol=1e-06, gtol=0.0001, ddof_scale=None)[source]

Fit a GLM to correlated data using QIF.

Parameters:
maxiterint

Maximum number of iterations.

start_paramsarray_like, optional

Starting values

tolfloat

Convergence threshold for difference of successive estimates.

gtolfloat

Convergence threshold for gradient.

ddof_scaleint, optional

Degrees of freedom for the scale parameter

Returns:
QIFResults object

Last update: Mar 18, 2024