Return linear predicted values for a design matrix
exog : array-like
Design / exogenous data
params : array-like, optional after fit has been called
Parameters / coefficients of a GLM.
An array of fitted values :
Notes
If the model as not yet been fit, params is not optional.
scikits.statsmodels.glm.GLM.loglike
scikits.statsmodels.glm.GLM.score
Enter search terms or a module, class or function name.