3.11.16.1.5. statsmodels.stats.outliers_influence.summary_table¶
-
statsmodels.stats.outliers_influence.
summary_table
(res, alpha=0.05)[source]¶ generate summary table of outlier and influence similar to SAS
Parameters: alpha : float
significance level for confidence interval
Returns: st : SimpleTable instance
table with results that can be printed
data : ndarray
calculated measures and statistics for the table
ss2 : list of strings
column_names for table (Note: rows of table are observations)