statsmodels.regression.linear_model.OLSResults.get_influence¶
- OLSResults.get_influence()[source]¶
Calculate influence and outlier measures.
- Returns:¶
The instance containing methods to calculate the main influence and outlier measures for the OLS regression.
- Return type:¶
See also
statsmodels.stats.outliers_influence.OLSInfluenceA class that exposes methods to examine observation influence.