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