Weighted average

From Maths
Jump to: navigation, search
Stub grade: B
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Important to get correct, for now it's just "something"
Not to be confused with the average or mean

Definition

Let [ilmath]\big(v_i\big)_{i\eq 1}^n\in V[/ilmath] be a finite collection of values, for [ilmath]V[/ilmath] a ???; and let [ilmath]\big(w_i\big)_{i\eq 1}^n\in W[/ilmath] be a finite collection of weights, for [ilmath]W[/ilmath] a ???.

Then the weighted average, defined here as [ilmath]A[/ilmath], of the [ilmath]v_i[/ilmath] is:

  • [math]A:\eq\frac{\sum^n_{i\eq 1}w_i v_i} {\sum^n_{i\eq 1}w_i} [/math]
    • note that each [ilmath]w_i[/ilmath] is called the weighting[Note 1] of [ilmath]v_i[/ilmath] and each [ilmath]w_iv_i[/ilmath] as the weighted contribution or contribution of [ilmath]v_i[/ilmath]

We define the following terms:

  1. Weighted sum, sometimes denoted [ilmath]S[/ilmath] or [ilmath]S_{w,v} [/ilmath], as the numerator: [ilmath]\sum^n_{i\eq 1}w_i v_i[/ilmath], and
  2. Total weight (AKA: weighting[Note 1] or sum of weights), sometimes denoted [ilmath]w[/ilmath] or [ilmath]S_w[/ilmath], as the denominator: [math]\sum^n_{i\eq 1}w_i[/math]

Special cases

Of the average

Note that if [ilmath]\forall i\in\{1,\ldots,n\}\big[w_i\in\mathbb{N}_{\ge 1}\big] [/ilmath] then this is just a special case of the average where the weights are the frequencies of occurrences of the values. An example is given below demonstrates a weighted average that isn't an average.

Examples

Suppose we have the following measurements for a population:

  • group A: [ilmath]v_1[/ilmath], representing some unit [ilmath]w_1\in[0,1]\subseteq\mathbb{R} [/ilmath] units of the population[Note 2]
  • group B: [ilmath]v_2[/ilmath], representing [ilmath]w_2\in[0,1]\subseteq\mathbb{R} [/ilmath] units of the population
  • group C: [ilmath]v_3[/ilmath], representing [ilmath]w_3\in[0,1]\subseteq\mathbb{R} [/ilmath] units of the population

The average of the population surveyed, [ilmath]A[/ilmath], is:

  • [math]A:\eq\frac{w_1v_1\ +\ w_2v_2\ +\ w_3v_3}{w_1\ +\ w_2\ +\ w_3} [/math] (measured value) per unit of population

Notes

  1. 1.0 1.1 Caveat:the terms weighting and weighting of should not be confused: the "weighting of" refers to the weight, [ilmath]w_i[/ilmath], of a specific element ([ilmath]v_i[/ilmath] or the [ilmath]i^\text{th} [/ilmath] element) and "weighting" itself refers to the sum of all the weights.
  2. Eg [ilmath]w_1\eq 0.3[/ilmath] represents 30% perhaps, or maybe [ilmath]w_1\eq 0.3[/ilmath] represents 300,000 members of the population.