Mean (Average)

Add them up, divide by the count · 평균

1. What Is the Mean?

평균이란?

The mean — the everyday “average” — summarizes a data set with a single central number. You compute it by adding every value and dividing by how many there are. It is the balance point of the data: if each value were a weight on a ruler, the mean is where the ruler balances.

The mean uses every data point, which gives it the cleanest mathematical properties and makes it the foundation for variance, standard deviation, and most of inferential statistics.

평균은 일상적으로 말하는 "평균값"으로, 모든 값을 더해 개수로 나눈 하나의 중심값입니다. 데이터의 균형점에 해당하며, 각 값을 자 위의 무게로 본다면 자가 균형을 이루는 지점입니다. 평균은 모든 데이터를 사용하므로 수학적 성질이 깔끔해, 분산·표준편차와 추론통계 전반의 토대가 됩니다.

2. The x̄ = Σxᵢ/n Formula & a Worked Example

x̄ = Σxᵢ/n 공식과 예제

The formula is x̄ = (Σxᵢ) / n — the sum of all values divided by the count n.

Worked example. Take the data set 2, 4, 4, 4, 5, 5, 7, 9 (n = 8):

So the mean is x̄ = 5. The values need not be sorted — addition is order-independent.

x̄ = Σxᵢ/n = 40/8 = 5

공식은 x̄ = (Σxᵢ)/n으로, 모든 값의 합을 개수 n으로 나눕니다. 예: 2,4,4,4,5,5,7,9 (n=8) → 합 40, 40/8 = 5. 따라서 평균은 5입니다. 더하기는 순서와 무관하므로 정렬할 필요가 없습니다.

3. Outliers and When to Prefer the Median

이상치와 중앙값을 선호할 때

The mean’s biggest weakness is its sensitivity to outliers. Replace the 9 above with 850: the sum jumps to 881 and the mean to 881/8 ≈ 110.1, a number that describes none of the data well.

For skewed data like incomes or house prices, the median (the middle value) is a more honest summary because a single extreme value cannot drag it far. A good habit: report the mean for symmetric data, the median when a long tail or outliers are present.

평균의 가장 큰 약점은 이상치에 민감하다는 점입니다. 위에서 9를 850으로 바꾸면 합은 881, 평균은 881/8 ≈ 110.1로 어느 값도 잘 대표하지 못합니다. 소득·집값처럼 한쪽으로 치우친 데이터에서는 중앙값이 더 정직한 요약입니다. 대칭 데이터는 평균, 긴 꼬리·이상치가 있으면 중앙값을 쓰는 것이 좋습니다.

4. Key Properties & Common Mistakes

주요 성질과 흔한 실수

평균은 모든 값을 사용하므로 한 값만 바뀌어도 평균이 바뀝니다. 편차의 합은 항상 0(Σ(xᵢ − x̄) = 0)이며, 평균이 균형점임을 뜻합니다. 이상치에 민감하니 분포 모양을 확인하세요. 그룹 평균들을 다시 단순 평균하면 안 되며, 크기가 다르면 가중평균을 써야 합니다.

5. Frequently Asked Questions

자주 묻는 질문

What is the formula for the mean? x̄ = (Σxᵢ) / n — add all the values, then divide by the number of values.

Why is the mean sensitive to outliers? Because it uses every value; one very large or very small number shifts the total, and therefore the average.

When should I use the median instead? When the data are skewed or contain outliers — the median ignores extremes and better reflects the typical value.

평균은 x̄ = (Σxᵢ)/n으로, 모든 값을 더해 개수로 나눕니다. 모든 값을 사용하므로 극단값 하나가 합과 평균을 움직여 이상치에 민감합니다. 데이터가 치우치거나 이상치가 있으면 중앙값을 쓰는 것이 더 적절합니다.

Want a quick answer? The Average Calculator gives the mean, median, min, max, and range for your own data instantly.

Ready to practice? Drill the mean and more on C:Stat, or review the full statistics reference and related pages: median, variance, and standard deviation.

내 데이터로 바로 계산하려면 평균 계산기로 평균·중앙값·범위를 즉시 구할 수 있습니다. 실전 연습은 C:Stat에서, 전체 개념은 통계 레퍼런스중앙값, 분산, 표준편차 문서에서 이어집니다.

Practice statistics problems → C:Stat