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 (vi)ni=1V be a finite collection of values, for V a ???; and let (wi)ni=1W be a finite collection of weights, for W a ???.

Then the weighted average, defined here as A, of the vi is:

  • A:=ni=1wivini=1wi
    • note that each wi is called the weighting[Note 1] of vi and each wivi as the weighted contribution or contribution of vi

We define the following terms:

  1. Weighted sum, sometimes denoted S or Sw,v, as the numerator: ni=1wivi, and
  2. Total weight (AKA: weighting[Note 1] or sum of weights), sometimes denoted w or Sw, as the denominator: ni=1wi

Special cases

Of the average

Note that if i{1,,n}[wiN1] 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: v1, representing some unit w1[0,1]R units of the population[Note 2]
  • group B: v2, representing w2[0,1]R units of the population
  • group C: v3, representing w3[0,1]R units of the population

The average of the population surveyed, A, is:

  • A:=w1v1 + w2v2 + w3v3w1 + w2 + w3 (measured value) per unit of population

Notes

  1. Jump up to: 1.0 1.1 Caveat:the terms weighting and weighting of should not be confused: the "weighting of" refers to the weight, wi, of a specific element (vi or the ith element) and "weighting" itself refers to the sum of all the weights.
  2. Jump up Eg w1=0.3 represents 30% perhaps, or maybe w1=0.3 represents 300,000 members of the population.