Paste your daily metrics and instantly spot statistical outliers with possible explanations.
date,value per line (e.g., 2025-01-15,1234) or just values one per line. CSV with headers also works.An outlier is a data point that significantly deviates from the expected pattern. In marketing analytics, outliers can signal real events (a viral post, a bot attack, a tracking failure) or natural variance. The key is distinguishing signal from noise.
This tool uses statistical methods to flag data points that fall outside expected bounds, then suggests possible causes based on the deviation pattern. All calculations happen in your browser — no data is sent to any server.
Start with IQR — it's the most robust for marketing data which often has non-normal distributions. Use Z-Score when your data is roughly bell-shaped (like daily session counts). Use Modified Z-Score (MAD) when you suspect your data has fat tails or extreme skew.
Minimum 7 for basic detection, 14+ for reliable results, 30+ for high confidence. Daily data for one month is ideal. Weekly data works but needs 3+ months of history to be meaningful.
B2B sites typically see 40-60% traffic drops on weekends. If you analyze a full week, every Saturday and Sunday will flag as a low outlier. Solution: analyze weekdays and weekends separately, or use 7-day rolling averages.
In practice, they're used interchangeably. Technically, an outlier is a statistical deviation from the distribution, while an anomaly implies something unusual happened. All anomalies are outliers, but not all outliers are anomalies — some are just natural variance.
This tool is designed for point anomalies (single-day spikes or drops). For gradual trend shifts, you'd need change-point detection algorithms. However, if a gradual decline accelerates past the statistical bounds, this tool will catch the acceleration point.
Your data never leaves your browser. All statistical calculations happen client-side in JavaScript. Nothing is sent to any server, stored in any database, or shared with anyone. You can verify this by checking the network tab in your browser's developer tools.