🔍
Outlier Detection
Data QualityAdvertisement Space
Advertisement Space
About Outlier Detection
Outlier detection identifies values that are significantly different from other observations. This tool uses the IQR method.
Method: Values below Q1 - 1.5×IQR or above Q3 + 1.5×IQR are flagged as outliers.
Importance: Outliers can significantly affect statistical analyses and should be investigated.