scikits.statsmodels.glm.GLM.predict

GLM.predict(exog, params=None)

Return linear predicted values for a design matrix

Parameters :

exog : array-like

Design / exogenous data

params : array-like, optional after fit has been called

Parameters / coefficients of a GLM.

Returns :

An array of fitted values :

Notes

If the model as not yet been fit, params is not optional.

Previous topic

scikits.statsmodels.glm.GLM.loglike

Next topic

scikits.statsmodels.glm.GLM.score

This Page