Mean, Median, Mode
Calculator
Learn More
Mean (Arithmetic Mean)
Definition
The arithmetic average of all values, representing the central tendency of the data.
Formula
Example
For the numbers:
Key Points
- Sensitive to extreme values (outliers)
- Best used when data is symmetrically distributed
Comparison of Different Means
Important Relationship:
For any set of positive numbers:
(Equality occurs only when all numbers are the same)
Type | Formula | Example |
---|---|---|
Arithmetic Mean | ||
Geometric Mean | ||
Harmonic Mean |
Arithmetic Mean(Current)
Best For:
- Simple averages of quantities
- Calculating central tendency
- Equal weight to all values
- Linear relationships
Common Uses:
- Test scores
- Heights/weights
- Daily temperatures
- Income levels
Limitations:
- Sensitive to outliers
- Not ideal for ratios or rates
Geometric Mean
Best For:
- Growth rates
- Percentage changes
- Ratios and proportions
- Exponential relationships
Common Uses:
- Investment returns
- Population growth
- Interest rates
- Price indices
Limitations:
- Only works with positive numbers
- More complex calculation
Harmonic Mean
Best For:
- Rates and speeds
- Per-unit quantities
- Reciprocal relationships
- Density measurements
Common Uses:
- Average speed over different distances
- Price per unit calculations
- Density measurements
- Circuit calculations (parallel resistors)
Limitations:
- Only works with positive numbers
- Gives more weight to smaller values
When to Use Each Mean
Use Arithmetic Mean when you need a simple average and all values should have equal weight
Use Geometric Mean when dealing with growth rates, returns, or multiplicative changes
Use Harmonic Mean when working with rates, speeds, or other measures where using reciprocals makes sense
Median
Definition
The middle value in a sorted set of numbers. For an even number of values, it's the average of the two middle numbers.
Formula
Example
For odd number of values:
For even number of values:
Key Points
- Not affected by extreme values (outliers)
- Best used when data is skewed or contains outliers
Mode
Definition
The most frequently occurring value(s) in a set of numbers. A dataset can have no mode, one mode, or multiple modes.
Formula
Example
For the numbers with multiple modes:
Because 2 and 4 each appear twice, more than any other number
For numbers , there is no mode because all numbers appear exactly once.
Key Points
- Can have multiple modes (bimodal, trimodal, etc.) or no mode
- Particularly useful for categorical data and discrete numerical data
Calculating Mean, Median, and Mode from a Bar Chart
Mean Calculation
1. Multiply each value by its frequency:
4 × 2 = 8
6 × 3 = 18
8 × 2 = 16
10 × 1 = 10
2. Sum all products: 2 + 8 + 18 + 16 + 10 = 54
3. Sum all frequencies: 1 + 2 + 3 + 2 + 1 = 9
4. Divide: 54 ÷ 9 = 6
Mean = 6
Median Calculation
1. List all values (including duplicates):
2. Find middle position: (n+1) ÷ 2 = (9+1) ÷ 2 = 5th
3. Find 5th value in ordered list
Median = 6
Mode Calculation
1. Count frequency of each value:
4: occurs 2 times
6: occurs 3 times
8: occurs 2 times
10: occurs 1 time
2. Find highest frequency (3)
3. Identify value(s) with that frequency
Mode = 6
Final Results:
Related Links
Range, Variance, Standard Deviation Calculator
Skewness Calculator
Histogram
Bar Chart
Help us improve
Found an error or have a suggestion? Let us know!