class statsmodels.multivariate.multivariate_ols._MultivariateOLS(endog, exog, missing='none', hasconst=None, **kwargs) [source]
Multivariate linear model via least squares
| Parameters: | 
 | 
|---|
endog array – See Parameters.
exog array – See Parameters.
| fit([method]) | Fit a model to data. | 
| from_formula(formula, data[, subset, drop_cols]) | Create a Model from a formula and dataframe. | 
| predict(params[, exog]) | After a model has been fit predict returns the fitted values. | 
| endog_names | Names of endogenous variables | 
| exog_names | Names of exogenous variables | 
    © 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
    http://www.statsmodels.org/stable/generated/statsmodels.multivariate.multivariate_ols._MultivariateOLS.html