Return predicted values for a design matrix
params : array-like
Parameters / coefficients of a GLM.
exog : array-like, optional
Design / exogenous data. Is exog is None, model exog is used.
linear : bool
If True, returns the linear predicted values. If False, returns the value of the inverse of the model’s link function at the linear predicted values.
An array of fitted values :
statsmodels.genmod.generalized_linear_model.GLM.loglike
statsmodels.genmod.generalized_linear_model.GLM.score
Enter search terms or a module, class or function name.