statsmodels.regression.linear_model.OLSResults.get_influence¶
- OLSResults.get_influence()[ソース]¶
Calculate influence and outlier measures.
- Returns:¶
OLSInfluenceThe instance containing methods to calculate the main influence and outlier measures for the OLS regression.
参考
statsmodels.stats.outliers_influence.OLSInfluenceA class that exposes methods to examine observation influence.
最終更新日:
2025年01月28日