📊 Enter Your Data

📋 Frequency Table

Enter data in the Calculator tab first, then come here for the full frequency analysis.

No data yet — enter numbers in the Calculator tab.

📐 Median & Mode Formulas

Median — Middle Value

Sort the data, then find the middle value. If two middle values, average them.

ODD count (n): Median = value at position (n+1)/2
EVEN count (n): Median = average of values at n/2 and n/2+1

Example (odd): [2, 4, 6, 8, 10] → n=5, pos=3 → Median = 6
Example (even): [2, 4, 6, 8] → n=4, pos=2&3 → Median = (4+6)/2 = 5

Mode — Most Frequent Value

The value that appears most often. A dataset can have 0, 1, or multiple modes.

No mode: All values appear equally often → [1,2,3,4]
Unimodal: One value is most frequent → [1,2,2,3] → Mode=2
Bimodal: Two values tie for most freq → [1,1,2,2,3] → Mode=1,2
Multimodal: Three or more modes → [1,1,2,2,3,3,4]

Mean vs Median — When to Use Which

Mean: Best for symmetric distributions without outliers
→ Test scores, heights, weights

Median: Best for skewed data or when outliers are present
→ Income, house prices, response times

If Mean > Median → data is right-skewed (outliers high)
If Mean < Median → data is left-skewed (outliers low)
If Mean = Median → data is symmetric

Quartiles & IQR

Q1 = Median of the lower half (25th percentile)
Q2 = Median of whole dataset (50th percentile)
Q3 = Median of the upper half (75th percentile)
IQR = Q3 − Q1

Outlier if: x < Q1 − 1.5×IQR
or: x > Q3 + 1.5×IQR

Empirical Relationship (For Normal Distributions)

Mean − Mode ≈ 3 × (Mean − Median)

This is Karl Pearson's empirical relation.
It holds approximately for moderately skewed distributions.

❓ Frequently Asked Questions

🤖
AI Insights — Coming Soon!
AI-powered data interpretation, distribution analysis, and personalized statistical insights.
Coming Soon — Stay Tuned!