📊 mean · median · mode
Enter a list of numbers | comma or space separated | decimals & negatives allowed
📈 MEAN
—
⚖️ Arithmetic average (sum / count)
📐 MEDIAN
—
🎯 Middle value of sorted data
⭐ MODE
—
🔁 Most frequent value(s)
📋 Sorted numbers
—
📖 How it works & interpretation
Mean – sum of all values divided by the total count. Best for symmetric data without extreme outliers.
Median – the middle number when values are sorted. If even count, average of two central numbers. Robust to outliers.
Mode – value(s) that appear most often. Data can have one mode, multiple modes (bimodal/multimodal), or no mode.
✨ Tip: Use commas or spaces as separators. Negative and decimal numbers are fully supported.
Median – the middle number when values are sorted. If even count, average of two central numbers. Robust to outliers.
Mode – value(s) that appear most often. Data can have one mode, multiple modes (bimodal/multimodal), or no mode.
✨ Tip: Use commas or spaces as separators. Negative and decimal numbers are fully supported.