Weighted arithmetic mean

Statistical amount

The weighted arithmetic mean is similar to an ordinary arithmetic mean (the most common type of average), except that instead of each of the data points contributing equally to the final average, some data points contribute more than others. The notion of weighted mean plays a role in descriptive statistics and also occurs in a more general form in several other areas of mathematics.

If all the weights are equal, then the weighted mean is the same as the arithmetic mean. While weighted means generally behave in a similar fashion to arithmetic means, they do have a few counterintuitive properties, as captured for instance in Simpson's paradox.

Examples

Basic example

Given two school classesone with 20 students, one with 30 studentsand test grades in each class as follows:

Morning class = {62, 67, 71, 74, 76, 77, 78, 79, 79, 80, 80, 81, 81, 82, 83, 84, 86, 89, 93, 98}

Afternoon class = {81, 82, 83, 84, 85, 86, 87, 87, 88, 88, 89, 89, 89, 90, 90, 90, 90, 91, 91, 91, 92, 92, 93, 93, 94, 95, 96, 97, 98, 99}

The mean for the morning class is 80 and the mean of the afternoon class is 90. The unweighted mean of the two means is 85. However, this does not account for the difference in number of students in each class (20 versus 30); hence the value of 85 does not reflect the average student grade (independent of class). The average student grade can be obtained by averaging all the grades, without regard to classes (add all the grades up and divide by the total number of students):

x ¯ = 4300 50 = 86. {\displaystyle {\bar {x}}={\frac {4300}{50}}=86.}

Or, this can be accomplished by weighting the class means by the number of students in each class. The larger class is given more "weight":

x ¯ = ( 20 × 80 ) + ( 30 × 90 ) 20 + 30 = 86. {\displaystyle {\bar {x}}={\frac {(20\times 80)+(30\times 90)}{20+30}}=86.}

Thus, the weighted mean makes it possible to find the mean average student grade without knowing each student's score. Only the class means and the number of students in each class are needed.

Convex combination example

Since only the relative weights are relevant, any weighted mean can be expressed using coefficients that sum to one. Such a linear combination is called a convex combination.

Using the previous example, we would get the following weights:

20 20 + 30 = 0.4 {\displaystyle {\frac {20}{20+30}}=0.4}
30 20 + 30 = 0.6 {\displaystyle {\frac {30}{20+30}}=0.6}

Then, apply the weights like this:

x ¯ = ( 0.4 × 80 ) + ( 0.6 × 90 ) = 86. {\displaystyle {\bar {x}}=(0.4\times 80)+(0.6\times 90)=86.}

Mathematical definition

Formally, the weighted mean of a non-empty finite tuple of data ( x 1 , x 2 , , x n ) {\displaystyle \left(x_{1},x_{2},\dots ,x_{n}\right)} , with corresponding non-negative weights ( w 1 , w 2 , , w n ) {\displaystyle \left(w_{1},w_{2},\dots ,w_{n}\right)} is

x ¯ = i = 1 n w i x i i = 1 n w i , {\displaystyle {\bar {x}}={\frac {\sum \limits _{i=1}^{n}w_{i}x_{i}}{\sum \limits _{i=1}^{n}w_{i}}},}

which expands to:

x ¯ = w 1 x 1 + w 2 x 2 + + w n x n w 1 + w 2 + + w n . {\displaystyle {\bar {x}}={\frac {w_{1}x_{1}+w_{2}x_{2}+\cdots +w_{n}x_{n}}{w_{1}+w_{2}+\cdots +w_{n}}}.}

Therefore, data elements with a high weight contribute more to the weighted mean than do elements with a low weight. The weights may not be negative in order for the equation to work[a]. Some may be zero, but not all of them (since division by zero is not allowed).

The formulas are simplified when the weights are normalized such that they sum up to 1, i.e., i = 1 n w i = 1 {\textstyle \sum \limits _{i=1}^{n}{w_{i}'}=1} . For such normalized weights, the weighted mean is equivalently:

x ¯ = i = 1 n w i x i {\displaystyle {\bar {x}}=\sum \limits _{i=1}^{n}{w_{i}'x_{i}}} .

One can always normalize the weights by making the following transformation on the original weights:

w i = w i j = 1 n w j {\displaystyle w_{i}'={\frac {w_{i}}{\sum \limits _{j=1}^{n}{w_{j}}}}} .

The ordinary mean 1 n i = 1 n x i {\textstyle {\frac {1}{n}}\sum \limits _{i=1}^{n}{x_{i}}} is a special case of the weighted mean where all data have equal weights.

If the data elements are independent and identically distributed random variables with variance σ 2 {\displaystyle \sigma ^{2}} , the standard error of the weighted mean, σ x ¯ {\displaystyle \sigma _{\bar {x}}} , can be shown via uncertainty propagation to be:

σ x ¯ = σ i = 1 n w i 2 {\textstyle \sigma _{\bar {x}}=\sigma {\sqrt {\sum \limits _{i=1}^{n}w_{i}'^{2}}}}

Variance-defined weights

For the weighted mean of a list of data for which each element x i {\displaystyle x_{i}} potentially comes from a different probability distribution with known variance σ i 2 {\displaystyle \sigma _{i}^{2}} , all having the same mean, one possible choice for the weights is given by the reciprocal of variance:

w i = 1 σ i 2 . {\displaystyle w_{i}={\frac {1}{\sigma _{i}^{2}}}.}

The weighted mean in this case is:

x ¯ = i = 1 n ( x i σ i 2 ) i = 1 n 1 σ i 2 = i = 1 n ( x i w i ) i = 1 n w i , {\displaystyle {\bar {x}}={\frac {\sum _{i=1}^{n}\left({\dfrac {x_{i}}{\sigma _{i}^{2}}}\right)}{\sum _{i=1}^{n}{\dfrac {1}{\sigma _{i}^{2}}}}}={\frac {\sum _{i=1}^{n}\left(x_{i}\cdot w_{i}\right)}{\sum _{i=1}^{n}w_{i}}},}

and the standard error of the weighted mean (with inverse-variance weights) is:

σ x ¯ = 1 i = 1 n σ i 2 = 1 i = 1 n w i , {\displaystyle \sigma _{\bar {x}}={\sqrt {\frac {1}{\sum _{i=1}^{n}\sigma _{i}^{-2}}}}={\sqrt {\frac {1}{\sum _{i=1}^{n}w_{i}}}},}

Note this reduces to σ x ¯ 2 = σ 0 2 / n {\displaystyle \sigma _{\bar {x}}^{2}=\sigma _{0}^{2}/n} when all σ i = σ 0 {\displaystyle \sigma _{i}=\sigma _{0}} . It is a special case of the general formula in previous section,

σ x ¯ 2 = i = 1 n w i 2 σ i 2 = i = 1 n σ i 4 σ i 2 ( i = 1 n σ i 2 ) 2 . {\displaystyle \sigma _{\bar {x}}^{2}=\sum _{i=1}^{n}{w_{i}'^{2}\sigma _{i}^{2}}={\frac {\sum _{i=1}^{n}{\sigma _{i}^{-4}\sigma _{i}^{2}}}{\left(\sum _{i=1}^{n}\sigma _{i}^{-2}\right)^{2}}}.}

The equations above can be combined to obtain:

x ¯ = σ x ¯ 2 i = 1 n x i σ i 2 . {\displaystyle {\bar {x}}=\sigma _{\bar {x}}^{2}\sum _{i=1}^{n}{\frac {x_{i}}{\sigma _{i}^{2}}}.}

The significance of this choice is that this weighted mean is the maximum likelihood estimator of the mean of the probability distributions under the assumption that they are independent and normally distributed with the same mean.

Statistical properties

Expectancy

The weighted sample mean, x ¯ {\displaystyle {\bar {x}}} , is itself a random variable. Its expected value and standard deviation are related to the expected values and standard deviations of the observations, as follows. For simplicity, we assume normalized weights (weights summing to one).

If the observations have expected values

E ( x i ) = μ i , {\displaystyle E(x_{i})={\mu _{i}},}
then the weighted sample mean has expectation
E ( x ¯ ) = i = 1 n w i μ i . {\displaystyle E({\bar {x}})=\sum _{i=1}^{n}{w_{i}'\mu _{i}}.}
In particular, if the means are equal, μ i = μ {\displaystyle \mu _{i}=\mu } , then the expectation of the weighted sample mean will be that value,
E ( x ¯ ) = μ . {\displaystyle E({\bar {x}})=\mu .}

Variance

Simple i.i.d. case

When treating the weights as constants, and having a sample of n observations from uncorrelated random variables, all with the same variance and expectation (as is the case for i.i.d random variables), then the variance of the weighted mean can be estimated as the multiplication of the unweighted variance by Kish's design effect (see proof):

Var ( y ¯ w ) = σ ^ y 2 w 2 ¯ w ¯ 2 {\displaystyle \operatorname {Var} ({\bar {y}}_{w})={\hat {\sigma }}_{y}^{2}{\frac {\overline {w^{2}}}{{\bar {w}}^{2}}}}

With σ ^ y 2 = i = 1 n ( y i y ¯ ) 2 n 1 {\displaystyle {\hat {\sigma }}_{y}^{2}={\frac {\sum _{i=1}^{n}(y_{i}-{\bar {y}})^{2}}{n-1}}} , w ¯ = i = 1 n w i n {\displaystyle {\bar {w}}={\frac {\sum _{i=1}^{n}w_{i}}{n}}} , and w 2 ¯ = i = 1 n w i 2 n {\displaystyle {\overline {w^{2}}}={\frac {\sum _{i=1}^{n}w_{i}^{2}}{n}}}

However, this estimation is rather limited due to the strong assumption about the y observations. This has led to the development of alternative, more general, estimators.

Survey sampling perspective

From a model based perspective, we are interested in estimating the variance of the weighted mean when the different y i {\displaystyle y_{i}} are not i.i.d random variables. An alternative perspective for this problem is that of some arbitrary sampling design of the data in which units are selected with unequal probabilities (with replacement).[1]: 306 

In Survey methodology, the population mean, of some quantity of interest y, is calculated by taking an estimation of the total of y over all elements in the population (Y or sometimes T) and dividing it by the population size – either known ( N {\displaystyle N} ) or estimated ( N ^ {\displaystyle {\hat {N}}} ). In this context, each value of y is considered constant, and the variability comes from the selection procedure. This in contrast to "model based" approaches in which the randomness is often described in the y values. The survey sampling procedure yields a series of Bernoulli indicator values ( I i {\displaystyle I_{i}} ) that get 1 if some observation i is in the sample and 0 if it was not selected. This can occur with fixed sample size, or varied sample size sampling (e.g.: Poisson sampling). The probability of some element to be chosen, given a sample, is denoted as P ( I i = 1 Some sample of size  n ) = π i {\displaystyle P(I_{i}=1\mid {\text{Some sample of size }}n)=\pi _{i}} , and the one-draw probability of selection is P ( I i = 1 | one sample draw ) = p i π i n {\displaystyle P(I_{i}=1|{\text{one sample draw}})=p_{i}\approx {\frac {\pi _{i}}{n}}} (If N is very large and each p i {\displaystyle p_{i}} is very small). For the following derivation we'll assume that the probability of selecting each element is fully represented by these probabilities.[2]: 42, 43, 51  I.e.: selecting some element will not influence the probability of drawing another element (this doesn't apply for things such as cluster sampling design).

Since each element ( y i {\displaystyle y_{i}} ) is fixed, and the randomness comes from it being included in the sample or not ( I i {\displaystyle I_{i}} ), we often talk about the multiplication of the two, which is a random variable. To avoid confusion in the following section, let's call this term: y i = y i I i {\displaystyle y'_{i}=y_{i}I_{i}} . With the following expectancy: E [ y i ] = y i E [ I i ] = y i π i {\displaystyle E[y'_{i}]=y_{i}E[I_{i}]=y_{i}\pi _{i}} ; and variance: V [ y i ] = y i 2 V [ I i ] = y i 2 π i ( 1 π i ) {\displaystyle V[y'_{i}]=y_{i}^{2}V[I_{i}]=y_{i}^{2}\pi _{i}(1-\pi _{i})} .

When each element of the sample is inflated by the inverse of its selection probability, it is termed the π {\displaystyle \pi } -expanded y values, i.e.: y ˇ i = y i π i {\displaystyle {\check {y}}_{i}={\frac {y_{i}}{\pi _{i}}}} . A related quantity is p {\displaystyle p} -expanded y values: y i p i = n y ˇ i {\displaystyle {\frac {y_{i}}{p_{i}}}=n{\check {y}}_{i}} .[2]: 42, 43, 51, 52  As above, we can add a tick mark if multiplying by the indicator function. I.e.: y ˇ i = I i y ˇ i = I i y i π i {\displaystyle {\check {y}}'_{i}=I_{i}{\check {y}}_{i}={\frac {I_{i}y_{i}}{\pi _{i}}}}

In this design based perspective, the weights, used in the numerator of the weighted mean, are obtained from taking the inverse of the selection probability (i.e.: the inflation factor). I.e.: w i = 1 π i 1 n × p i {\displaystyle w_{i}={\frac {1}{\pi _{i}}}\approx {\frac {1}{n\times p_{i}}}} .

Variance of the weighted sum (pwr-estimator for totals)

If the population size N is known we can estimate the population mean using Y ¯ ^ known  N = Y ^ p w r N i = 1 n w i y i N {\displaystyle {\hat {\bar {Y}}}_{{\text{known }}N}={\frac {{\hat {Y}}_{pwr}}{N}}\approx {\frac {\sum _{i=1}^{n}w_{i}y'_{i}}{N}}} .

If the sampling design is one that results in a fixed sample size n (such as in pps sampling), then the variance of this estimator is:

Var ( Y ¯ ^ known  N ) = 1 N 2 n n 1 i = 1 n ( w i y i w y ¯ ) 2 {\displaystyle \operatorname {Var} \left({\hat {\bar {Y}}}_{{\text{known }}N}\right)={\frac {1}{N^{2}}}{\frac {n}{n-1}}\sum _{i=1}^{n}\left(w_{i}y_{i}-{\overline {wy}}\right)^{2}}
Proof

The general formula can be developed like this:

Y ¯ ^ known  N = Y ^ p w r N = 1 n i = 1 n y i p i N i = 1 n y i π i N = i = 1 n w i y i N . {\displaystyle {\hat {\bar {Y}}}_{{\text{known }}N}={\frac {{\hat {Y}}_{pwr}}{N}}={\frac {{\frac {1}{n}}\sum _{i=1}^{n}{\frac {y'_{i}}{p_{i}}}}{N}}\approx {\frac {\sum _{i=1}^{n}{\frac {y'_{i}}{\pi _{i}}}}{N}}={\frac {\sum _{i=1}^{n}w_{i}y'_{i}}{N}}.}

The population total is denoted as Y = i = 1 N y i {\displaystyle Y=\sum _{i=1}^{N}y_{i}} and it may be estimated by the (unbiased) Horvitz–Thompson estimator, also called the π {\displaystyle \pi } -estimator. This estimator can be itself estimated using the pwr-estimator (i.e.: p {\displaystyle p} -expanded with replacement estimator, or "probability with replacement" estimator). With the above notation, it is: Y ^ p w r = 1 n i = 1 n y i p i = i = 1 n y i n p i i = 1 n y i π i = i = 1 n w i y i {\displaystyle {\hat {Y}}_{pwr}={\frac {1}{n}}\sum _{i=1}^{n}{\frac {y'_{i}}{p_{i}}}=\sum _{i=1}^{n}{\frac {y'_{i}}{np_{i}}}\approx \sum _{i=1}^{n}{\frac {y'_{i}}{\pi _{i}}}=\sum _{i=1}^{n}w_{i}y'_{i}} .[2]: 51 

The estimated variance of the pwr-estimator is given by:[2]: 52 

Var ( Y ^ p w r ) = n n 1 i = 1 n ( w i y i w y ¯ ) 2 {\displaystyle \operatorname {Var} ({\hat {Y}}_{pwr})={\frac {n}{n-1}}\sum _{i=1}^{n}\left(w_{i}y_{i}-{\overline {wy}}\right)^{2}}
where w y ¯ = i = 1 n w i y i n {\displaystyle {\overline {wy}}=\sum _{i=1}^{n}{\frac {w_{i}y_{i}}{n}}} .

The above formula was taken from Sarndal et al. (1992) (also presented in Cochran 1977), but was written differently.[2]: 52 [1]: 307 (11.35)  The left side is how the variance was written and the right side is how we've developed the weighted version:

Var ( Y ^ pwr ) = 1 n 1 n 1 i = 1 n ( y i p i Y ^ p w r ) 2 = 1 n 1 n 1 i = 1 n ( n n y i p i n n i = 1 n w i y i ) 2 = 1 n 1 n 1 i = 1 n ( n y i π i n i = 1 n w i y i n ) 2 = n 2 n 1 n 1 i = 1 n ( w i y i w y ¯ ) 2 = n n 1 i = 1 n ( w i y i w y ¯ ) 2 {\displaystyle {\begin{aligned}\operatorname {Var} ({\hat {Y}}_{\text{pwr}})&={\frac {1}{n}}{\frac {1}{n-1}}\sum _{i=1}^{n}\left({\frac {y_{i}}{p_{i}}}-{\hat {Y}}_{pwr}\right)^{2}\\&={\frac {1}{n}}{\frac {1}{n-1}}\sum _{i=1}^{n}\left({\frac {n}{n}}{\frac {y_{i}}{p_{i}}}-{\frac {n}{n}}\sum _{i=1}^{n}w_{i}y_{i}\right)^{2}={\frac {1}{n}}{\frac {1}{n-1}}\sum _{i=1}^{n}\left(n{\frac {y_{i}}{\pi _{i}}}-n{\frac {\sum _{i=1}^{n}w_{i}y_{i}}{n}}\right)^{2}\\&={\frac {n^{2}}{n}}{\frac {1}{n-1}}\sum _{i=1}^{n}\left(w_{i}y_{i}-{\overline {wy}}\right)^{2}\\&={\frac {n}{n-1}}\sum _{i=1}^{n}\left(w_{i}y_{i}-{\overline {wy}}\right)^{2}\end{aligned}}}

And we got to the formula from above.

An alternative term, for when the sampling has a random sample size (as in Poisson sampling), is presented in Sarndal et al. (1992) as:[2]: 182 

Var ( Y ¯ ^ pwr (known  N ) ) = 1 N 2 i = 1 n j = 1 n ( Δ ˇ i j y ˇ i y ˇ j ) {\displaystyle \operatorname {Var} ({\hat {\bar {Y}}}_{{\text{pwr (known }}N{\text{)}}})={\frac {1}{N^{2}}}\sum _{i=1}^{n}\sum _{j=1}^{n}\left({\check {\Delta }}_{ij}{\check {y}}_{i}{\check {y}}_{j}\right)}

With y ˇ i = y i π i {\displaystyle {\check {y}}_{i}={\frac {y_{i}}{\pi _{i}}}} . Also, C ( I i , I j ) = π i j π i π j = Δ i j {\displaystyle C(I_{i},I_{j})=\pi _{ij}-\pi _{i}\pi _{j}=\Delta _{ij}} where π i j {\displaystyle \pi _{ij}} is the probability of selecting both i and j.[2]: 36  And Δ ˇ i j = 1 π i π j π i j {\displaystyle {\check {\Delta }}_{ij}=1-{\frac {\pi _{i}\pi _{j}}{\pi _{ij}}}} , and for i=j: Δ ˇ i i = 1 π i π i π i = 1 π i {\displaystyle {\check {\Delta }}_{ii}=1-{\frac {\pi _{i}\pi _{i}}{\pi _{i}}}=1-\pi _{i}} .[2]: 43 

If the selection probability are uncorrelated (i.e.: i j : C ( I i , I j ) = 0 {\displaystyle \forall i\neq j:C(I_{i},I_{j})=0} ), and when assuming the probability of each element is very small, then:

Var ( Y ¯ ^ pwr (known  N ) ) = 1 N 2 i = 1 n ( w i y i ) 2 {\displaystyle \operatorname {Var} ({\hat {\bar {Y}}}_{{\text{pwr (known }}N{\text{)}}})={\frac {1}{N^{2}}}\sum _{i=1}^{n}\left(w_{i}y_{i}\right)^{2}}
Proof

We assume that ( 1 π i ) 1 {\displaystyle (1-\pi _{i})\approx 1} and that

Var ( Y ^ pwr (known  N ) ) = 1 N 2 i = 1 n j = 1 n ( Δ ˇ i j y ˇ i y ˇ j ) = 1 N 2 i = 1 n ( Δ ˇ i i y ˇ i y ˇ i ) = 1 N 2 i = 1 n ( ( 1 π i ) y i π i y i π i ) = 1 N 2 i = 1 n ( w i y i ) 2 {\displaystyle {\begin{aligned}\operatorname {Var} ({\hat {Y}}_{{\text{pwr (known }}N{\text{)}}})&={\frac {1}{N^{2}}}\sum _{i=1}^{n}\sum _{j=1}^{n}\left({\check {\Delta }}_{ij}{\check {y}}_{i}{\check {y}}_{j}\right)\\&={\frac {1}{N^{2}}}\sum _{i=1}^{n}\left({\check {\Delta }}_{ii}{\check {y}}_{i}{\check {y}}_{i}\right)\\&={\frac {1}{N^{2}}}\sum _{i=1}^{n}\left((1-\pi _{i}){\frac {y_{i}}{\pi _{i}}}{\frac {y_{i}}{\pi _{i}}}\right)\\&={\frac {1}{N^{2}}}\sum _{i=1}^{n}\left(w_{i}y_{i}\right)^{2}\end{aligned}}}

Variance of the weighted mean (π-estimator for ratio-mean)

The previous section dealt with estimating the population mean as a ratio of an estimated population total ( Y ^ {\displaystyle {\hat {Y}}} ) with a known population size ( N {\displaystyle N} ), and the variance was estimated in that context. Another common case is that the population size itself ( N {\displaystyle N} ) is unknown and is estimated using the sample (i.e.: N ^ {\displaystyle {\hat {N}}} ). The estimation of N {\displaystyle N} can be described as the sum of weights. So when w i = 1 π i {\displaystyle w_{i}={\frac {1}{\pi _{i}}}} we get N ^ = i = 1 n w i I i = i = 1 n I i π i = i = 1 n 1 ˇ i {\displaystyle {\hat {N}}=\sum _{i=1}^{n}w_{i}I_{i}=\sum _{i=1}^{n}{\frac {I_{i}}{\pi _{i}}}=\sum _{i=1}^{n}{\check {1}}'_{i}} . With the above notation, the parameter we care about is the ratio of the sums of y i {\displaystyle y_{i}} s, and 1s. I.e.: R = Y ¯ = i = 1 N y i π i i = 1 N 1 π i = i = 1 N y ˇ i i = 1 N 1 ˇ i = i = 1 N w i y i i = 1 N w i {\displaystyle R={\bar {Y}}={\frac {\sum _{i=1}^{N}{\frac {y_{i}}{\pi _{i}}}}{\sum _{i=1}^{N}{\frac {1}{\pi _{i}}}}}={\frac {\sum _{i=1}^{N}{\check {y}}_{i}}{\sum _{i=1}^{N}{\check {1}}_{i}}}={\frac {\sum _{i=1}^{N}w_{i}y_{i}}{\sum _{i=1}^{N}w_{i}}}} . We can estimate it using our sample with: R ^ = Y ¯ ^ = i = 1 N I i y i π i i = 1 N I i 1 π i = i = 1 N y ˇ i i = 1 N 1 ˇ i = i = 1 N w i y i i = 1 N w i 1 i = i = 1 n w i y i i = 1 n w i 1 i = y ¯ w {\displaystyle {\hat {R}}={\hat {\bar {Y}}}={\frac {\sum _{i=1}^{N}I_{i}{\frac {y_{i}}{\pi _{i}}}}{\sum _{i=1}^{N}I_{i}{\frac {1}{\pi _{i}}}}}={\frac {\sum _{i=1}^{N}{\check {y}}'_{i}}{\sum _{i=1}^{N}{\check {1}}'_{i}}}={\frac {\sum _{i=1}^{N}w_{i}y'_{i}}{\sum _{i=1}^{N}w_{i}1'_{i}}}={\frac {\sum _{i=1}^{n}w_{i}y'_{i}}{\sum _{i=1}^{n}w_{i}1'_{i}}}={\bar {y}}_{w}} . As we moved from using N to using n, we actually know that all the indicator variables get 1, so we could simply write: y ¯ w = i = 1 n w i y i i = 1 n w i {\displaystyle {\bar {y}}_{w}={\frac {\sum _{i=1}^{n}w_{i}y_{i}}{\sum _{i=1}^{n}w_{i}}}} . This will be the estimand for specific values of y and w, but the statistical properties comes when including the indicator variable y ¯ w = i = 1 n w i y i i = 1 n w i 1 i {\displaystyle {\bar {y}}_{w}={\frac {\sum _{i=1}^{n}w_{i}y'_{i}}{\sum _{i=1}^{n}w_{i}1'_{i}}}} .[2]: 162, 163, 176 

This is called a Ratio estimator and it is approximately unbiased for R.[2]: 182 

In this case, the variability of the ratio depends on the variability of the random variables both in the numerator and the denominator - as well as their correlation. Since there is no closed analytical form to compute this variance, various methods are used for approximate estimation. Primarily Taylor series first-order linearization, asymptotics, and bootstrap/jackknife.[2]: 172  The Taylor linearization method could lead to under-estimation of the variance for small sample sizes in general, but that depends on the complexity of the statistic. For the weighted mean, the approximate variance is supposed to be relatively accurate even for medium sample sizes.[2]: 176  For when the sampling has a random sample size (as in Poisson sampling), it is as follows:[2]: 182 

V ( y ¯ w ) ^ = 1 ( i = 1 n w i ) 2 i = 1 n w i 2 ( y i y ¯ w ) 2 {\displaystyle {\widehat {V({\bar {y}}_{w})}}={\frac {1}{(\sum _{i=1}^{n}w_{i})^{2}}}\sum _{i=1}^{n}w_{i}^{2}(y_{i}-{\bar {y}}_{w})^{2}} .

If π i p i n {\displaystyle \pi _{i}\approx p_{i}n} , then either using w i = 1 π i {\displaystyle w_{i}={\frac {1}{\pi _{i}}}} or w i = 1 p i {\displaystyle w_{i}={\frac {1}{p_{i}}}} would give the same estimator, since multiplying w i {\displaystyle w_{i}} by some factor would lead to the same estimator. It also means that if we scale the sum of weights to be equal to a known-from-before population size N, the variance calculation would look the same. When all weights are equal to one another, this formula is reduced to the standard unbiased variance estimator.

Proof

The Taylor linearization states that for a general ratio estimator of two sums ( R ^ = Y ^ Z ^ {\displaystyle {\hat {R}}={\frac {\hat {Y}}{\hat {Z}}}} ), they can be expanded around the true value R, and give:[2]: 178 

R ^ = Y ^ Z ^ = i = 1 n w i y i i = 1 n w i z i R + 1 Z i = 1 n ( y i π i R z i π i ) {\displaystyle {\hat {R}}={\frac {\hat {Y}}{\hat {Z}}}={\frac {\sum _{i=1}^{n}w_{i}y'_{i}}{\sum _{i=1}^{n}w_{i}z'_{i}}}\approx R+{\frac {1}{Z}}\sum _{i=1}^{n}\left({\frac {y'_{i}}{\pi _{i}}}-R{\frac {z'_{i}}{\pi _{i}}}\right)}

And the variance can be approximated by:[2]: 178, 179 

V ( R ^ ) ^ = 1 Z ^ 2 i = 1 n j = 1 n ( Δ ˇ i j y i R ^ z i π i y j R ^ z j π j ) = 1 Z ^ 2 [ V ( Y ^ ) ^ + R ^ V ( Z ^ ) ^ 2 R ^ C ^ ( Y ^ , Z ^ ) ] {\displaystyle {\widehat {V({\hat {R}})}}={\frac {1}{{\hat {Z}}^{2}}}\sum _{i=1}^{n}\sum _{j=1}^{n}\left({\check {\Delta }}_{ij}{\frac {y_{i}-{\hat {R}}z_{i}}{\pi _{i}}}{\frac {y_{j}-{\hat {R}}z_{j}}{\pi _{j}}}\right)={\frac {1}{{\hat {Z}}^{2}}}\left[{\widehat {V({\hat {Y}})}}+{\hat {R}}{\widehat {V({\hat {Z}})}}-2{\hat {R}}{\hat {C}}({\hat {Y}},{\hat {Z}})\right]}
.

The term C ^ ( Y ^ , Z ^ ) {\displaystyle {\hat {C}}({\hat {Y}},{\hat {Z}})} is the estimated covariance between the estimated sum of Y and estimated sum of Z. Since this is the covariance of two sums of random variables, it would include many combinations of covariances that will depend on the indicator variables. If the selection probability are uncorrelated (i.e.: i j : Δ i j = C ( I i , I j ) = 0 {\displaystyle \forall i\neq j:\Delta _{ij}=C(I_{i},I_{j})=0} ), this term would still include a summation of n covariances for each element i between y i = I i y i {\displaystyle y'_{i}=I_{i}y_{i}} and z i = I i z i {\displaystyle z'_{i}=I_{i}z_{i}} . This helps illustrate that this formula incorporates the effect of correlation between y and z on the variance of the ratio estimators.

When defining z i = 1 {\displaystyle z_{i}=1} the above becomes:[2]: 182 

V ( R ^ ) ^ = V ( y ¯ w ) ^ = 1 N ^ 2 i = 1 n j = 1 n ( Δ ˇ i j y i y ¯ w π i y j y ¯ w π j ) . {\displaystyle {\widehat {V({\hat {R}})}}={\widehat {V({\bar {y}}_{w})}}={\frac {1}{{\hat {N}}^{2}}}\sum _{i=1}^{n}\sum _{j=1}^{n}\left({\check {\Delta }}_{ij}{\frac {y_{i}-{\bar {y}}_{w}}{\pi _{i}}}{\frac {y_{j}-{\bar {y}}_{w}}{\pi _{j}}}\right).}

If the selection probability are uncorrelated (i.e.: i j : Δ i j = C ( I i , I j ) = 0 {\displaystyle \forall i\neq j:\Delta _{ij}=C(I_{i},I_{j})=0} ), and when assuming the probability of each element is very small (i.e.: ( 1 π i ) 1 {\displaystyle (1-\pi _{i})\approx 1} ), then the above reduced to the following:

V ( y ¯ w ) ^ = 1 N ^ 2 i = 1 n ( ( 1 π i ) y i y ¯ w π i ) 2 = 1 ( i = 1 n w i ) 2 i = 1 n w i 2 ( y i y ¯ w ) 2 . {\displaystyle {\widehat {V({\bar {y}}_{w})}}={\frac {1}{{\hat {N}}^{2}}}\sum _{i=1}^{n}\left((1-\pi _{i}){\frac {y_{i}-{\bar {y}}_{w}}{\pi _{i}}}\right)^{2}={\frac {1}{(\sum _{i=1}^{n}w_{i})^{2}}}\sum _{i=1}^{n}w_{i}^{2}(y_{i}-{\bar {y}}_{w})^{2}.}

A similar re-creation of the proof (up to some mistakes at the end) was provided by Thomas Lumley in crossvalidated.[3]

We have (at least) two versions of variance for the weighted mean: one with known and one with unknown population size estimation. There is no uniformly better approach, but the literature presents several arguments to prefer using the population estimation version (even when the population size is known).[2]: 188  For example: if all y values are constant, the estimator with unknown population size will give the correct result, while the one with known population size will have some variability. Also, when the sample size itself is random (e.g.: in Poisson sampling), the version with unknown population mean is considered more stable. Lastly, if the proportion of sampling is negatively correlated with the values (i.e.: smaller chance to sample an observation that is large), then the un-known population size version slightly compensates for that.

For the trivial case in which all the weights are equal to 1, the above formula is just like the regular formula for the variance of the mean (but notice that it uses the maximum likelihood estimator for the variance instead of the unbiased variance. I.e.: dividing it by n instead of (n-1)).

Bootstrapping validation

It has been shown, by Gatz et al. (1995), that in comparison to bootstrapping methods, the following (variance estimation of ratio-mean using Taylor series linearization) is a reasonable estimation for the square of the standard error of the mean (when used in the context of measuring chemical constituents):[4]: 1186 

σ x ¯ w 2 ^ = n ( n 1 ) ( n w ¯ ) 2 [ ( w i x i w ¯ x ¯ w ) 2 2 x ¯ w ( w i w ¯ ) ( w i x i w ¯ x ¯ w ) + x ¯ w 2 ( w i w ¯ ) 2 ] {\displaystyle {\widehat {\sigma _{{\bar {x}}_{w}}^{2}}}={\frac {n}{(n-1)(n{\bar {w}})^{2}}}\left[\sum (w_{i}x_{i}-{\bar {w}}{\bar {x}}_{w})^{2}-2{\bar {x}}_{w}\sum (w_{i}-{\bar {w}})(w_{i}x_{i}-{\bar {w}}{\bar {x}}_{w})+{\bar {x}}_{w}^{2}\sum (w_{i}-{\bar {w}})^{2}\right]}

where w ¯ = w i n {\displaystyle {\bar {w}}={\frac {\sum w_{i}}{n}}} . Further simplification leads to

σ x ¯ 2 ^ = n ( n 1 ) ( n w ¯ ) 2 w i 2 ( x i x ¯ w ) 2 {\displaystyle {\widehat {\sigma _{\bar {x}}^{2}}}={\frac {n}{(n-1)(n{\bar {w}})^{2}}}\sum w_{i}^{2}(x_{i}-{\bar {x}}_{w})^{2}}

Gatz et al. mention that the above formulation was published by Endlich et al. (1988) when treating the weighted mean as a combination of a weighted total estimator divided by an estimator of the population size,[5] based on the formulation published by Cochran (1977), as an approximation to the ratio mean. However, Endlich et al. didn't seem to publish this derivation in their paper (even though they mention they used it), and Cochran's book includes a slightly different formulation.[1]: 155  Still, it's almost identical to the formulations described in previous sections.

Replication-based estimators

Because there is no closed analytical form for the variance of the weighted mean, it was proposed in the literature to rely on replication methods such as the Jackknife and Bootstrapping.[1]: 321 

Other notes

For uncorrelated observations with variances σ i 2 {\displaystyle \sigma _{i}^{2}} , the variance of the weighted sample mean is[citation needed]

σ x ¯ 2 = i = 1 n w i 2 σ i 2 {\displaystyle \sigma _{\bar {x}}^{2}=\sum _{i=1}^{n}{w_{i}'^{2}\sigma _{i}^{2}}}

whose square root σ x ¯ {\displaystyle \sigma _{\bar {x}}} can be called the standard error of the weighted mean (general case).[citation needed]

Consequently, if all the observations have equal variance, σ i 2 = σ 0 2 {\displaystyle \sigma _{i}^{2}=\sigma _{0}^{2}} , the weighted sample mean will have variance

σ x ¯ 2 = σ 0 2 i = 1 n w i 2 , {\displaystyle \sigma _{\bar {x}}^{2}=\sigma _{0}^{2}\sum _{i=1}^{n}{w_{i}'^{2}},}

where 1 / n i = 1 n w i 2 1 {\textstyle 1/n\leq \sum _{i=1}^{n}{w_{i}'^{2}}\leq 1} . The variance attains its maximum value, σ 0 2 {\displaystyle \sigma _{0}^{2}} , when all weights except one are zero. Its minimum value is found when all weights are equal (i.e., unweighted mean), in which case we have σ x ¯ = σ 0 / n {\textstyle \sigma _{\bar {x}}=\sigma _{0}/{\sqrt {n}}} , i.e., it degenerates into the standard error of the mean, squared.

Because one can always transform non-normalized weights to normalized weights, all formulas in this section can be adapted to non-normalized weights by replacing all w i = w i i = 1 n w i {\displaystyle w_{i}'={\frac {w_{i}}{\sum _{i=1}^{n}{w_{i}}}}} .

Related concepts

Weighted sample variance

Typically when a mean is calculated it is important to know the variance and standard deviation about that mean. When a weighted mean μ {\displaystyle \mu ^{*}} is used, the variance of the weighted sample is different from the variance of the unweighted sample.

The biased weighted sample variance σ ^ w 2 {\displaystyle {\hat {\sigma }}_{\mathrm {w} }^{2}} is defined similarly to the normal biased sample variance σ ^ 2 {\displaystyle {\hat {\sigma }}^{2}} :

σ ^ 2   = i = 1 N ( x i μ ) 2 N σ ^ w 2 = i = 1 N w i ( x i μ ) 2 i = 1 N w i {\displaystyle {\begin{aligned}{\hat {\sigma }}^{2}\ &={\frac {\sum \limits _{i=1}^{N}\left(x_{i}-\mu \right)^{2}}{N}}\\{\hat {\sigma }}_{\mathrm {w} }^{2}&={\frac {\sum \limits _{i=1}^{N}w_{i}\left(x_{i}-\mu ^{*}\right)^{2}}{\sum _{i=1}^{N}w_{i}}}\end{aligned}}}

where i = 1 N w i = 1 {\displaystyle \sum _{i=1}^{N}w_{i}=1} for normalized weights. If the weights are frequency weights (and thus are random variables), it can be shown[citation needed] that σ ^ w 2 {\displaystyle {\hat {\sigma }}_{\mathrm {w} }^{2}} is the maximum likelihood estimator of σ 2 {\displaystyle \sigma ^{2}} for iid Gaussian observations.

For small samples, it is customary to use an unbiased estimator for the population variance. In normal unweighted samples, the N in the denominator (corresponding to the sample size) is changed to N − 1 (see Bessel's correction). In the weighted setting, there are actually two different unbiased estimators, one for the case of frequency weights and another for the case of reliability weights.

Frequency weights

If the weights are frequency weights (where a weight equals the number of occurrences), then the unbiased estimator is:

s 2   = i = 1 N w i ( x i μ ) 2 i = 1 N w i 1 {\displaystyle s^{2}\ ={\frac {\sum \limits _{i=1}^{N}w_{i}\left(x_{i}-\mu ^{*}\right)^{2}}{\sum _{i=1}^{N}w_{i}-1}}}

This effectively applies Bessel's correction for frequency weights.

For example, if values { 2 , 2 , 4 , 5 , 5 , 5 } {\displaystyle \{2,2,4,5,5,5\}} are drawn from the same distribution, then we can treat this set as an unweighted sample, or we can treat it as the weighted sample { 2 , 4 , 5 } {\displaystyle \{2,4,5\}} with corresponding weights { 2 , 1 , 3 } {\displaystyle \{2,1,3\}} , and we get the same result either way.

If the frequency weights { w i } {\displaystyle \{w_{i}\}} are normalized to 1, then the correct expression after Bessel's correction becomes

s 2   = i = 1 N w i i = 1 N w i 1 i = 1 N w i ( x i μ ) 2 {\displaystyle s^{2}\ ={\frac {\sum _{i=1}^{N}w_{i}}{\sum _{i=1}^{N}w_{i}-1}}\sum _{i=1}^{N}w_{i}\left(x_{i}-\mu ^{*}\right)^{2}}

where the total number of samples is i = 1 N w i {\displaystyle \sum _{i=1}^{N}w_{i}} (not N {\displaystyle N} ). In any case, the information on total number of samples is necessary in order to obtain an unbiased correction, even if w i {\displaystyle w_{i}} has a different meaning other than frequency weight.

The estimator can be unbiased only if the weights are not standardized nor normalized, these processes changing the data's mean and variance and thus leading to a loss of the base rate (the population count, which is a requirement for Bessel's correction).

Reliability weights

If the weights are instead non-random (reliability weights[definition needed]), we can determine a correction factor to yield an unbiased estimator. Assuming each random variable is sampled from the same distribution with mean μ {\displaystyle \mu } and actual variance σ actual 2 {\displaystyle \sigma _{\text{actual}}^{2}} , taking expectations we have,

E [ σ ^ 2 ] = i = 1 N E [ ( x i μ ) 2 ] N = E [ ( X E [ X ] ) 2 ] 1 N E [ ( X E [ X ] ) 2 ] = ( N 1 N ) σ actual 2 E [ σ ^ w 2 ] = i = 1 N w i E [ ( x i μ ) 2 ] V 1 = E [ ( X E [ X ] ) 2 ] V 2 V 1 2 E [ ( X E [ X ] ) 2 ] = ( 1 V 2 V 1 2 ) σ actual 2 {\displaystyle {\begin{aligned}\operatorname {E} [{\hat {\sigma }}^{2}]&={\frac {\sum \limits _{i=1}^{N}\operatorname {E} [(x_{i}-\mu )^{2}]}{N}}\\&=\operatorname {E} [(X-\operatorname {E} [X])^{2}]-{\frac {1}{N}}\operatorname {E} [(X-\operatorname {E} [X])^{2}]\\&=\left({\frac {N-1}{N}}\right)\sigma _{\text{actual}}^{2}\\\operatorname {E} [{\hat {\sigma }}_{\mathrm {w} }^{2}]&={\frac {\sum \limits _{i=1}^{N}w_{i}\operatorname {E} [(x_{i}-\mu ^{*})^{2}]}{V_{1}}}\\&=\operatorname {E} [(X-\operatorname {E} [X])^{2}]-{\frac {V_{2}}{V_{1}^{2}}}\operatorname {E} [(X-\operatorname {E} [X])^{2}]\\&=\left(1-{\frac {V_{2}}{V_{1}^{2}}}\right)\sigma _{\text{actual}}^{2}\end{aligned}}}

where V 1 = i = 1 N w i {\displaystyle V_{1}=\sum _{i=1}^{N}w_{i}} and V 2 = i = 1 N w i 2 {\displaystyle V_{2}=\sum _{i=1}^{N}w_{i}^{2}} . Therefore, the bias in our estimator is ( 1 V 2 V 1 2 ) {\displaystyle \left(1-{\frac {V_{2}}{V_{1}^{2}}}\right)} , analogous to the ( N 1 N ) {\displaystyle \left({\frac {N-1}{N}}\right)} bias in the unweighted estimator (also notice that   V 1 2 / V 2 = N e f f {\displaystyle \ V_{1}^{2}/V_{2}=N_{eff}} is the effective sample size). This means that to unbias our estimator we need to pre-divide by 1 ( V 2 / V 1 2 ) {\displaystyle 1-\left(V_{2}/V_{1}^{2}\right)} , ensuring that the expected value of the estimated variance equals the actual variance of the sampling distribution.

The final unbiased estimate of sample variance is:

s w 2   = σ ^ w 2 1 ( V 2 / V 1 2 ) = i = 1 N w i ( x i μ ) 2 V 1 ( V 2 / V 1 ) , {\displaystyle {\begin{aligned}s_{\mathrm {w} }^{2}\ &={\frac {{\hat {\sigma }}_{\mathrm {w} }^{2}}{1-(V_{2}/V_{1}^{2})}}\\[4pt]&={\frac {\sum \limits _{i=1}^{N}w_{i}(x_{i}-\mu ^{*})^{2}}{V_{1}-(V_{2}/V_{1})}},\end{aligned}}} [6]

where E [ s w 2 ] = σ actual 2 {\displaystyle \operatorname {E} [s_{\mathrm {w} }^{2}]=\sigma _{\text{actual}}^{2}} .

The degrees of freedom of the weighted, unbiased sample variance vary accordingly from N − 1 down to 0.

The standard deviation is simply the square root of the variance above.

As a side note, other approaches have been described to compute the weighted sample variance.[7]

Weighted sample covariance

In a weighted sample, each row vector x i {\displaystyle \mathbf {x} _{i}} (each set of single observations on each of the K random variables) is assigned a weight w i 0 {\displaystyle w_{i}\geq 0} .

Then the weighted mean vector μ {\displaystyle \mathbf {\mu ^{*}} } is given by

μ = i = 1 N w i x i i = 1 N w i . {\displaystyle \mathbf {\mu ^{*}} ={\frac {\sum _{i=1}^{N}w_{i}\mathbf {x} _{i}}{\sum _{i=1}^{N}w_{i}}}.}

And the weighted covariance matrix is given by:[8]

C = i = 1 N w i ( x i μ ) T ( x i μ ) V 1 . {\displaystyle \mathbf {C} ={\frac {\sum _{i=1}^{N}w_{i}\left(\mathbf {x} _{i}-\mu ^{*}\right)^{T}\left(\mathbf {x} _{i}-\mu ^{*}\right)}{V_{1}}}.}

Similarly to weighted sample variance, there are two different unbiased estimators depending on the type of the weights.

Frequency weights

If the weights are frequency weights, the unbiased weighted estimate of the covariance matrix C {\displaystyle \textstyle \mathbf {C} } , with Bessel's correction, is given by:[8]

C = i = 1 N w i ( x i μ ) T ( x i μ ) V 1 1 . {\displaystyle \mathbf {C} ={\frac {\sum _{i=1}^{N}w_{i}\left(\mathbf {x} _{i}-\mu ^{*}\right)^{T}\left(\mathbf {x} _{i}-\mu ^{*}\right)}{V_{1}-1}}.}

This estimator can be unbiased only if the weights are not standardized nor normalized, these processes changing the data's mean and variance and thus leading to a loss of the base rate (the population count, which is a requirement for Bessel's correction).

Reliability weights

In the case of reliability weights, the weights are normalized:

V 1 = i = 1 N w i = 1. {\displaystyle V_{1}=\sum _{i=1}^{N}w_{i}=1.}

(If they are not, divide the weights by their sum to normalize prior to calculating V 1 {\displaystyle V_{1}} :

w i = w i i = 1 N w i {\displaystyle w_{i}'={\frac {w_{i}}{\sum _{i=1}^{N}w_{i}}}}

Then the weighted mean vector μ {\displaystyle \mathbf {\mu ^{*}} } can be simplified to

μ = i = 1 N w i x i . {\displaystyle \mathbf {\mu ^{*}} =\sum _{i=1}^{N}w_{i}\mathbf {x} _{i}.}

and the unbiased weighted estimate of the covariance matrix C {\displaystyle \mathbf {C} } is:[9]

C = i = 1 N w i ( i = 1 N w i ) 2 i = 1 N w i 2 i = 1 N w i ( x i μ ) T ( x i μ ) = i = 1 N w i ( x i μ ) T ( x i μ ) V 1 ( V 2 / V 1 ) . {\displaystyle {\begin{aligned}\mathbf {C} &={\frac {\sum _{i=1}^{N}w_{i}}{\left(\sum _{i=1}^{N}w_{i}\right)^{2}-\sum _{i=1}^{N}w_{i}^{2}}}\sum _{i=1}^{N}w_{i}\left(\mathbf {x} _{i}-\mu ^{*}\right)^{T}\left(\mathbf {x} _{i}-\mu ^{*}\right)\\&={\frac {\sum _{i=1}^{N}w_{i}\left(\mathbf {x} _{i}-\mu ^{*}\right)^{T}\left(\mathbf {x} _{i}-\mu ^{*}\right)}{V_{1}-(V_{2}/V_{1})}}.\end{aligned}}}

The reasoning here is the same as in the previous section.

Since we are assuming the weights are normalized, then V 1 = 1 {\displaystyle V_{1}=1} and this reduces to:

C = i = 1 N w i ( x i μ ) T ( x i μ ) 1 V 2 . {\displaystyle \mathbf {C} ={\frac {\sum _{i=1}^{N}w_{i}\left(\mathbf {x} _{i}-\mu ^{*}\right)^{T}\left(\mathbf {x} _{i}-\mu ^{*}\right)}{1-V_{2}}}.}

If all weights are the same, i.e. w i / V 1 = 1 / N {\displaystyle w_{i}/V_{1}=1/N} , then the weighted mean and covariance reduce to the unweighted sample mean and covariance above.

Vector-valued estimates

The above generalizes easily to the case of taking the mean of vector-valued estimates. For example, estimates of position on a plane may have less certainty in one direction than another. As in the scalar case, the weighted mean of multiple estimates can provide a maximum likelihood estimate. We simply replace the variance σ 2 {\displaystyle \sigma ^{2}} by the covariance matrix C {\displaystyle \mathbf {C} } and the arithmetic inverse by the matrix inverse (both denoted in the same way, via superscripts); the weight matrix then reads:[10]

W i = C i 1 . {\displaystyle \mathbf {W} _{i}=\mathbf {C} _{i}^{-1}.}

The weighted mean in this case is:

x ¯ = C x ¯ ( i = 1 n W i x i ) , {\displaystyle {\bar {\mathbf {x} }}=\mathbf {C} _{\bar {\mathbf {x} }}\left(\sum _{i=1}^{n}\mathbf {W} _{i}\mathbf {x} _{i}\right),}
(where the order of the matrix–vector product is not commutative), in terms of the covariance of the weighted mean:
C x ¯ = ( i = 1 n W i ) 1 , {\displaystyle \mathbf {C} _{\bar {\mathbf {x} }}=\left(\sum _{i=1}^{n}\mathbf {W} _{i}\right)^{-1},}

For example, consider the weighted mean of the point [1 0] with high variance in the second component and [0 1] with high variance in the first component. Then

x 1 := [ 1 0 ] , C 1 := [ 1 0 0 100 ] {\displaystyle \mathbf {x} _{1}:={\begin{bmatrix}1&0\end{bmatrix}}^{\top },\qquad \mathbf {C} _{1}:={\begin{bmatrix}1&0\\0&100\end{bmatrix}}}
x 2 := [ 0 1 ] , C 2 := [ 100 0 0 1 ] {\displaystyle \mathbf {x} _{2}:={\begin{bmatrix}0&1\end{bmatrix}}^{\top },\qquad \mathbf {C} _{2}:={\begin{bmatrix}100&0\\0&1\end{bmatrix}}}

then the weighted mean is:

x ¯ = ( C 1 1 + C 2 1 ) 1 ( C 1 1 x 1 + C 2 1 x 2 ) = [ 0.9901 0 0 0.9901 ] [ 1 1 ] = [ 0.9901 0.9901 ] {\displaystyle {\begin{aligned}{\bar {\mathbf {x} }}&=\left(\mathbf {C} _{1}^{-1}+\mathbf {C} _{2}^{-1}\right)^{-1}\left(\mathbf {C} _{1}^{-1}\mathbf {x} _{1}+\mathbf {C} _{2}^{-1}\mathbf {x} _{2}\right)\\[5pt]&={\begin{bmatrix}0.9901&0\\0&0.9901\end{bmatrix}}{\begin{bmatrix}1\\1\end{bmatrix}}={\begin{bmatrix}0.9901\\0.9901\end{bmatrix}}\end{aligned}}}

which makes sense: the [1 0] estimate is "compliant" in the second component and the [0 1] estimate is compliant in the first component, so the weighted mean is nearly [1 1].

Accounting for correlations

In the general case, suppose that X = [ x 1 , , x n ] T {\displaystyle \mathbf {X} =[x_{1},\dots ,x_{n}]^{T}} , C {\displaystyle \mathbf {C} } is the covariance matrix relating the quantities x i {\displaystyle x_{i}} , x ¯ {\displaystyle {\bar {x}}} is the common mean to be estimated, and J {\displaystyle \mathbf {J} } is a design matrix equal to a vector of ones [ 1 , , 1 ] T {\displaystyle [1,\dots ,1]^{T}} (of length n {\displaystyle n} ). The Gauss–Markov theorem states that the estimate of the mean having minimum variance is given by:

σ x ¯ 2 = ( J T W J ) 1 , {\displaystyle \sigma _{\bar {x}}^{2}=(\mathbf {J} ^{T}\mathbf {W} \mathbf {J} )^{-1},}

and

x ¯ = σ x ¯ 2 ( J T W X ) , {\displaystyle {\bar {x}}=\sigma _{\bar {x}}^{2}(\mathbf {J} ^{T}\mathbf {W} \mathbf {X} ),}

where:

W = C 1 . {\displaystyle \mathbf {W} =\mathbf {C} ^{-1}.}

Decreasing strength of interactions

Consider the time series of an independent variable x {\displaystyle x} and a dependent variable y {\displaystyle y} , with n {\displaystyle n} observations sampled at discrete times t i {\displaystyle t_{i}} . In many common situations, the value of y {\displaystyle y} at time t i {\displaystyle t_{i}} depends not only on x i {\displaystyle x_{i}} but also on its past values. Commonly, the strength of this dependence decreases as the separation of observations in time increases. To model this situation, one may replace the independent variable by its sliding mean z {\displaystyle z} for a window size m {\displaystyle m} .

z k = i = 1 m w i x k + 1 i . {\displaystyle z_{k}=\sum _{i=1}^{m}w_{i}x_{k+1-i}.}

Exponentially decreasing weights

In the scenario described in the previous section, most frequently the decrease in interaction strength obeys a negative exponential law. If the observations are sampled at equidistant times, then exponential decrease is equivalent to decrease by a constant fraction 0 < Δ < 1 {\displaystyle 0<\Delta <1} at each time step. Setting w = 1 Δ {\displaystyle w=1-\Delta } we can define m {\displaystyle m} normalized weights by

w i = w i 1 V 1 , {\displaystyle w_{i}={\frac {w^{i-1}}{V_{1}}},}

where V 1 {\displaystyle V_{1}} is the sum of the unnormalized weights. In this case V 1 {\displaystyle V_{1}} is simply

V 1 = i = 1 m w i 1 = 1 w m 1 w , {\displaystyle V_{1}=\sum _{i=1}^{m}{w^{i-1}}={\frac {1-w^{m}}{1-w}},}

approaching V 1 = 1 / ( 1 w ) {\displaystyle V_{1}=1/(1-w)} for large values of m {\displaystyle m} .

The damping constant w {\displaystyle w} must correspond to the actual decrease of interaction strength. If this cannot be determined from theoretical considerations, then the following properties of exponentially decreasing weights are useful in making a suitable choice: at step ( 1 w ) 1 {\displaystyle (1-w)^{-1}} , the weight approximately equals e 1 ( 1 w ) = 0.39 ( 1 w ) {\displaystyle {e^{-1}}(1-w)=0.39(1-w)} , the tail area the value e 1 {\displaystyle e^{-1}} , the head area 1 e 1 = 0.61 {\displaystyle {1-e^{-1}}=0.61} . The tail area at step n {\displaystyle n} is e n ( 1 w ) {\displaystyle \leq {e^{-n(1-w)}}} . Where primarily the closest n {\displaystyle n} observations matter and the effect of the remaining observations can be ignored safely, then choose w {\displaystyle w} such that the tail area is sufficiently small.

Weighted averages of functions

The concept of weighted average can be extended to functions.[11] Weighted averages of functions play an important role in the systems of weighted differential and integral calculus.[12]

Correcting for over- or under-dispersion

Weighted means are typically used to find the weighted mean of historical data, rather than theoretically generated data. In this case, there will be some error in the variance of each data point. Typically experimental errors may be underestimated due to the experimenter not taking into account all sources of error in calculating the variance of each data point. In this event, the variance in the weighted mean must be corrected to account for the fact that χ 2 {\displaystyle \chi ^{2}} is too large. The correction that must be made is

σ ^ x ¯ 2 = σ x ¯ 2 χ ν 2 {\displaystyle {\hat {\sigma }}_{\bar {x}}^{2}=\sigma _{\bar {x}}^{2}\chi _{\nu }^{2}}

where χ ν 2 {\displaystyle \chi _{\nu }^{2}} is the reduced chi-squared:

χ ν 2 = 1 ( n 1 ) i = 1 n ( x i x ¯ ) 2 σ i 2 ; {\displaystyle \chi _{\nu }^{2}={\frac {1}{(n-1)}}\sum _{i=1}^{n}{\frac {(x_{i}-{\bar {x}})^{2}}{\sigma _{i}^{2}}};}

The square root σ ^ x ¯ {\displaystyle {\hat {\sigma }}_{\bar {x}}} can be called the standard error of the weighted mean (variance weights, scale corrected).

When all data variances are equal, σ i = σ 0 {\displaystyle \sigma _{i}=\sigma _{0}} , they cancel out in the weighted mean variance, σ x ¯ 2 {\displaystyle \sigma _{\bar {x}}^{2}} , which again reduces to the standard error of the mean (squared), σ x ¯ 2 = σ 2 / n {\displaystyle \sigma _{\bar {x}}^{2}=\sigma ^{2}/n} , formulated in terms of the sample standard deviation (squared),

σ 2 = i = 1 n ( x i x ¯ ) 2 n 1 . {\displaystyle \sigma ^{2}={\frac {\sum _{i=1}^{n}(x_{i}-{\bar {x}})^{2}}{n-1}}.}

See also

Notes

  1. ^ Technically, negatives may be used if all the values are either zero or negatives. This fills no function however as the weights work as absolute values.

References

  1. ^ a b c d Cochran, W. G. (1977). Sampling Techniques (3rd ed.). Nashville, TN: John Wiley & Sons. ISBN 978-0-471-16240-7
  2. ^ a b c d e f g h i j k l m n o p q Carl-Erik Sarndal; Bengt Swensson; Jan Wretman (1992). Model Assisted Survey Sampling. ISBN 978-0-387-97528-3.
  3. ^ Thomas Lumley (https://stats.stackexchange.com/users/249135/thomas-lumley), How to estimate the (approximate) variance of the weighted mean?, URL (version: 2021-06-08): https://stats.stackexchange.com/q/525770
  4. ^ Gatz, Donald F.; Smith, Luther (June 1995). "The standard error of a weighted mean concentration—I. Bootstrapping vs other methods". Atmospheric Environment. 29 (11): 1185–1193. Bibcode:1995AtmEn..29.1185G. doi:10.1016/1352-2310(94)00210-C. - pdf link
  5. ^ Endlich, R. M.; Eymon, B. P.; Ferek, R. J.; Valdes, A. D.; Maxwell, C. (1988-12-01). "Statistical Analysis of Precipitation Chemistry Measurements over the Eastern United States. Part I: Seasonal and Regional Patterns and Correlations". Journal of Applied Meteorology and Climatology. 27 (12): 1322–1333. doi:10.1175/1520-0450(1988)027<1322:SAOPCM>2.0.CO;2.
  6. ^ "GNU Scientific Library – Reference Manual: Weighted Samples". Gnu.org. Retrieved 22 December 2017.
  7. ^ "Weighted Standard Error and its Impact on Significance Testing (WinCross vs. Quantum & SPSS), Dr. Albert Madansky" (PDF). Analyticalgroup.com. Retrieved 22 December 2017.
  8. ^ a b Price, George R. (April 1972). "Extension of covariance selection mathematics" (PDF). Annals of Human Genetics. 35 (4): 485–490. doi:10.1111/j.1469-1809.1957.tb01874.x. PMID 5073694. S2CID 37828617.
  9. ^ Mark Galassi, Jim Davies, James Theiler, Brian Gough, Gerard Jungman, Michael Booth, and Fabrice Rossi. GNU Scientific Library - Reference manual, Version 1.15, 2011. Sec. 21.7 Weighted Samples
  10. ^ James, Frederick (2006). Statistical Methods in Experimental Physics (2nd ed.). Singapore: World Scientific. p. 324. ISBN 981-270-527-9.
  11. ^ G. H. Hardy, J. E. Littlewood, and G. Pólya. Inequalities (2nd ed.), Cambridge University Press, ISBN 978-0-521-35880-4, 1988.
  12. ^ Jane Grossman, Michael Grossman, Robert Katz. The First Systems of Weighted Differential and Integral Calculus, ISBN 0-9771170-1-4, 1980.

Further reading

  • Bevington, Philip R (1969). Data Reduction and Error Analysis for the Physical Sciences. New York, N.Y.: McGraw-Hill. OCLC 300283069.
  • Strutz, T. (2010). Data Fitting and Uncertainty (A practical introduction to weighted least squares and beyond). Vieweg+Teubner. ISBN 978-3-8348-1022-9.

External links

  • David Terr. "Weighted Mean". MathWorld.
  • Tool to calculate Weighted Average