Data CleaningQuality ControlAnomaly DetectionStatistical AnalysisMachine Learning
Frequently Asked Questions
What is an outlier?▼
An outlier is a data point that differs significantly from other observations. It can be caused by measurement errors, data entry mistakes, or genuinely unusual values.
How does IQR method detect outliers?▼
IQR method uses fences: Lower = Q1 - 1.5×IQR, Upper = Q3 + 1.5×IQR. Values outside these fences are outliers. More extreme outliers use 3×IQR.
What is Z-score method?▼
Z-score measures how many standard deviations a value is from the mean. Values with |Z| > 3 are typically considered outliers.
How should I handle outliers?▼
Investigate outliers first - they may be errors or legitimate data. Options: remove, transform data, use robust methods, or report separately.
Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.