statsmodels.stats.outliers_influence.OLSInfluence.dffits#
- OLSInfluence.dffits[source]#
dffits measure for influence of an observation
- Returns:
Notes
Based on resid_studentized_external, uses results from leave-one-observation-out loop.
It is recommended that observations with dffits larger than a threshold of 2 sqrt{k / n} where k is the number of parameters, should be investigated.
Based on Wikipedia