CalKit

Average Calculator

Calculate arithmetic, weighted, and geometric means.

산술평균
30

데이터 5개의 합 ÷ 개수

데이터 수5개
합계150
산술평균30
최솟값10
최댓값50

결과 공유

Overview

The Average Calculator computes three kinds of means in one tool: arithmetic, weighted, and geometric. Use the arithmetic mean for simple values like test scores, the weighted mean when values have different importance (grade weights, price indices), and the geometric mean for multiplicative quantities like returns and growth rates. Intermediate values such as the sum and count are shown alongside the result.

Formula

Arithmetic mean = (x₁ + x₂ + ... + xₙ) ÷ n = Σxᵢ ÷ n

Weighted mean = Σ(wᵢ × xᵢ) ÷ Σwᵢ
  (wᵢ = weight of each value)

Geometric mean = (x₁ × x₂ × ... × xₙ)^(1/n) = ⁿ√(∏xᵢ)
  (requires all xᵢ > 0)

How to Use

  1. 1Select the type of mean to calculate (arithmetic, weighted, or geometric).
  2. 2For arithmetic and geometric means, enter numbers separated by commas or spaces.
  3. 3For the weighted mean, enter value–weight pairs row by row, adding or removing rows as needed.
  4. 4The result is shown with intermediate values such as the sum, total weight, and product.

Tips

  • Use the weighted mean for grade calculations with different weights (e.g., midterm 30%, final 50%, homework 20%).
  • Use the geometric mean for annualized returns and growth rates. Example: +50% then −50% averages to 0% arithmetically, but only 75% of the principal remains (geometric mean ≈ −13.4%).
  • The geometric mean is only defined for positive numbers — convert returns to (1 + return) before entering, then subtract 1 from the result.
  • If your data has many outliers, also check the median using the Mean/Median/Mode calculator.

FAQ

Q. When should I use the arithmetic vs. the weighted mean?

Use the arithmetic mean when all values matter equally, and the weighted mean when values have different importance (weights, credit hours, volumes). For example, a midterm of 80 (30% weight) and a final of 90 (70% weight) give a final score of 80×0.3 + 90×0.7 = 87, not the arithmetic mean of 85.

Q. Why is the geometric mean used for returns?

Because returns compound multiplicatively. If $100 gains 100% (to $200) then loses 50% (to $100), the arithmetic average return is +25% but the actual return is 0%. The geometric mean √(2.0 × 0.5) = 1.0, i.e. 0% per year, reflects reality.

Q. Can I enter zero or negative numbers for the geometric mean?

No. The geometric mean is only defined for positive values. A zero makes the product zero, and negative values can make the n-th root undefined in the real numbers. For returns that can be negative, enter (1 + return) instead.

Q. How do the arithmetic, geometric, and harmonic means compare?

For positive data, arithmetic mean ≥ geometric mean ≥ harmonic mean always holds (the AM–GM–HM inequality), with equality only when all values are identical.

Was this calculator helpful?

Related Calculators

Popular Calculators