Z-Score Outlier Detection
rangemediumDetects statistical outliers by checking if values fall within X standard deviations of the mean (z-score method). Values with |z-score| > threshold are flagged as potential outliers. Useful for detecting data entry errors, measurement anomalies, and distribution shifts.
v1.0.0by dqhub623 downloads4.5 (33)
rangeoutlierstatisticalz-scoreanomaly-detection