This class summarizes the fit of a linear regression model.
It handles the output of contrasts, estimates of covariance, etc.
| Returns : | **Attributes** : aic :
bic :
pinv_wexog :
centered_tss :
cov_HC0 :
cov_HC1 :
cov_HC2 :
cov_HC3 :
df_model : :
df_resid :
ess :
fvalue :
f_pvalue :
fittedvalues :
het_scale :
HC0_se :
HC1_se :
HC2_se :
HC3_se :
model :
mse_model :
mse_resid :
mse_total :
nobs :
normalized_cov_params :
params :
pvalues :
resid :
rsquared :
rsquared_adj :
scale :
ssr :
stand_errors :
uncentered_tss :
wresid :
|
|---|
Methods
| cov_params([r_matrix, column, scale, other]) | Returns the variance/covariance matrix. |
| conf_int([alpha, cols]) | Returns the confidence interval of the fitted parameters. |
| f_test(r_matrix[, scale, invcov]) | Compute an Fcontrast/F-test for a contrast matrix. |
| norm_resid() | Residuals, normalized to have unit length and unit variance. |
| summary([yname, xname]) | returns a string that summarizes the regression results |
| t([column]) | Return the t-statistic for a given parameter estimate. |
| t_test(r_matrix[, scale]) | Compute a tcontrast/t-test for a row vector array. |