WLS.whiten()

statsmodels.regression.linear_model.WLS.whiten WLS.whiten(X) [source] Whitener for WLS model, multiplies each column by sqrt(self.weights) Parameters: X : array-like Data to be whitened Returns: sqrt(weights)*X :

static RegressionResults.cov_HC3()

statsmodels.regression.linear_model.RegressionResults.cov_HC3 static RegressionResults.cov_HC3() [source] See statsmodels.RegressionResults

static IVRegressionResults.HC2_se()

statsmodels.sandbox.regression.gmm.IVRegressionResults.HC2_se static IVRegressionResults.HC2_se() See statsmodels.RegressionResults

static OLSResults.aic()

statsmodels.regression.linear_model.OLSResults.aic static OLSResults.aic()

static OLSResults.HC0_se()

statsmodels.regression.linear_model.OLSResults.HC0_se static OLSResults.HC0_se() See statsmodels.RegressionResults

LinearIVGMM.momcond()

statsmodels.sandbox.regression.gmm.LinearIVGMM.momcond LinearIVGMM.momcond(params)

ARMA.geterrors()

statsmodels.tsa.arima_model.ARMA.geterrors ARMA.geterrors(params) [source] Get the errors of the ARMA process. Parameters: params : array-like The fitted ARMA parameters order : array-like 3 item iterable, with the number of AR, MA, and exogenous parameters, including the trend

Linear Mixed Effects Models

Linear Mixed Effects Models Linear Mixed Effects models are used for regression analyses involving dependent data. Such data arise when working with longitudinal and other study designs in which multiple observations are made on each subject. Two specific mixed effects models are ?random intercepts models?, where all responses in a single group are additively shifted by a value that is specific to the group, and ?random slopes models?, where the values follow a mean trajectory that is linear in

Summary.as_text()

statsmodels.iolib.summary.Summary.as_text Summary.as_text() [source] return tables as string Returns: txt : string summary tables and extra text as one string

LogitResults.summary()

statsmodels.discrete.discrete_model.LogitResults.summary LogitResults.summary(yname=None, xname=None, title=None, alpha=0.05, yname_list=None) Summarize the Regression Results Parameters: yname : string, optional Default is y xname : list of strings, optional Default is var_## for ## in p the number of regressors title : string, optional Title for the top table. If not None, then this replaces the default title alpha : float significance level for the confidence intervals Returns: