How to Use
Enter your numbers:
- Input: Comma or space-separated values
- Weights: Optional weights for weighted average
- Results: All average types simultaneously
Types of Averages
- Arithmetic mean: Sum / count (most common)
- Median: Middle value when sorted
- Mode: Most frequent value
- Geometric mean: nth root of product
- Harmonic mean: n / sum of reciprocals
- Weighted: Sum(value × weight) / sum(weights)
When to Use Each
- Mean: Normally distributed data
- Median: Skewed data, salaries, home prices
- Mode: Most popular item, shoe sizes
- Geometric: Growth rates, compound interest
- Harmonic: Speed averages, P/E ratios
Step-by-Step Instructions
- 1Enter numbers separated by commas or spaces.
- 2View all average types.
- 3Add weights for weighted average.
- 4Compare different types.
- 5Check which average is most appropriate.