Weighted arithmetic mean

Author: www.NiNa.Az
Feb 17, 2025 / 05:47

The weighted arithmetic mean is similar to an ordinary arithmetic mean the most common type of average except that inste

Weighted arithmetic mean
Weighted arithmetic mean
Weighted arithmetic mean

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): image

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":

image

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:

image
image

Then, apply the weights like this:

image

Mathematical definition

Formally, the weighted mean of a non-empty finite tuple of data image, with corresponding non-negative weights image is

image

which expands to:

image

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. 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., image. For such normalized weights, the weighted mean is equivalently:

image.

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

image.

The ordinary mean image 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 image, the standard error of the weighted mean, image, can be shown via uncertainty propagation to be:

image

Variance-defined weights

For the weighted mean of a list of data for which each element image potentially comes from a different probability distribution with known variance image, all having the same mean, one possible choice for the weights is given by the reciprocal of variance:

image

The weighted mean in this case is:

image

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

image

Note this reduces to image when all image. It is a special case of the general formula in previous section,

image

The equations above can be combined to obtain:

image

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, image, 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 image then the weighted sample mean has expectation image In particular, if the means are equal, image, then the expectation of the weighted sample mean will be that value, image

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):

image

With image, image, and image

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 image 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).: 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 (image) or estimated (image). 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 (image) 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 image, and the one-draw probability of selection is image (If N is very large and each image is very small). For the following derivation we'll assume that the probability of selecting each element is fully represented by these probabilities.: 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 (image) is fixed, and the randomness comes from it being included in the sample or not (image), 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: image. With the following expectancy: image; and variance: image.

When each element of the sample is inflated by the inverse of its selection probability, it is termed the image-expanded y values, i.e.: image. A related quantity is image-expanded y values: image.: 42, 43, 51, 52  As above, we can add a tick mark if multiplying by the indicator function. I.e.: image

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.: image.

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

If the population size N is known we can estimate the population mean using image.

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:

image
Proof

The general formula can be developed like this:

image

The population total is denoted as image and it may be estimated by the (unbiased) Horvitz–Thompson estimator, also called the image-estimator. This estimator can be itself estimated using the pwr-estimator (i.e.: image-expanded with replacement estimator, or "probability with replacement" estimator). With the above notation, it is: image.: 51 

The estimated variance of the pwr-estimator is given by:: 52 image where image.

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

image

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:: 182 

image

With image. Also, image where image is the probability of selecting both i and j.: 36  And image, and for i=j: image.: 43 

If the selection probability are uncorrelated (i.e.: image), and when assuming the probability of each element is very small, then:

image
Proof

We assume that image and that image

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 (image) with a known population size (image), and the variance was estimated in that context. Another common case is that the population size itself (image) is unknown and is estimated using the sample (i.e.: image). The estimation of image can be described as the sum of weights. So when image we get image. With the above notation, the parameter we care about is the ratio of the sums of images, and 1s. I.e.: image. We can estimate it using our sample with: image. As we moved from using N to using n, we actually know that all the indicator variables get 1, so we could simply write: image. This will be the estimand for specific values of y and w, but the statistical properties comes when including the indicator variable image.: 162, 163, 176 

This is called a Ratio estimator and it is approximately unbiased for R.: 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.: 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.: 176  For when the sampling has a random sample size (as in Poisson sampling), it is as follows:: 182 

image.

If image, then either using image or image would give the same estimator, since multiplying image 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 (image), they can be expanded around the true value R, and give:: 178 

image

And the variance can be approximated by:: 178, 179 

image.

The term image 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.: image), this term would still include a summation of n covariances for each element i between image and image. This helps illustrate that this formula incorporates the effect of correlation between y and z on the variance of the ratio estimators.

When defining image the above becomes:: 182 

image

If the selection probability are uncorrelated (i.e.: image), and when assuming the probability of each element is very small (i.e.: image), then the above reduced to the following: image

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

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).: 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):: 1186 

image

where image. Further simplification leads to

image

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, 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.: 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.: 321 

Other notes

For uncorrelated observations with variances image, the variance of the weighted sample mean is[citation needed]

image

whose square root image can be called the standard error of the weighted mean (general case).[citation needed]

Consequently, if all the observations have equal variance, image, the weighted sample mean will have variance

image

where image. The variance attains its maximum value, image, 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 image, 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 image.

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 image is used, the variance of the weighted sample is different from the variance of the unweighted sample.

The biased weighted sample variance image is defined similarly to the normal biased sample variance image:

image

where image for normalized weights. If the weights are frequency weights (and thus are random variables), it can be shown[citation needed] that image is the maximum likelihood estimator of image 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:

image

This effectively applies Bessel's correction for frequency weights. For example, if values image 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 image with corresponding weights image, and we get the same result either way.

If the frequency weights image are normalized to 1, then the correct expression after Bessel's correction becomes

image

where the total number of samples is image (not image). In any case, the information on total number of samples is necessary in order to obtain an unbiased correction, even if image 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 reliability weights (non-random values reflecting the sample's relative trustworthiness, often derived from sample variance), we can determine a correction factor to yield an unbiased estimator. Assuming each random variable is sampled from the same distribution with mean image and actual variance image, taking expectations we have,

image

where image and image. Therefore, the bias in our estimator is image, analogous to the image bias in the unweighted estimator (also notice that image is the effective sample size). This means that to unbias our estimator we need to pre-divide by image, 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:

image

where image. The degrees of freedom of this 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.

Weighted sample covariance

In a weighted sample, each row vector image (each set of single observations on each of the K random variables) is assigned a weight image.

Then the weighted mean vector image is given by

image

And the weighted covariance matrix is given by:

image

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 image, with Bessel's correction, is given by:

image

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:

image

(If they are not, divide the weights by their sum to normalize prior to calculating image:

image

Then the weighted mean vector image can be simplified to

image

and the unbiased weighted estimate of the covariance matrix image is:

image

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

Since we are assuming the weights are normalized, then image and this reduces to:

image

If all weights are the same, i.e. image, 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 image by the covariance matrix image and the arithmetic inverse by the matrix inverse (both denoted in the same way, via superscripts); the weight matrix then reads:

image

The weighted mean in this case is: image (where the order of the matrix–vector product is not commutative), in terms of the covariance of the weighted mean: image

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

image
image

then the weighted mean is:

image

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 image, image is the covariance matrix relating the quantities image, image is the common mean to be estimated, and image is a design matrix equal to a vector of ones image (of length image). The Gauss–Markov theorem states that the estimate of the mean having minimum variance is given by:

image

and

image

where:

image

Decreasing strength of interactions

Consider the time series of an independent variable image and a dependent variable image, with image observations sampled at discrete times image. In many common situations, the value of image at time image depends not only on image 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 image for a window size image.

image

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 image at each time step. Setting image we can define image normalized weights by

image

where image is the sum of the unnormalized weights. In this case image is simply

image

approaching image for large values of image.

The damping constant image 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 image, the weight approximately equals image, the tail area the value image, the head area image. The tail area at step image is image. Where primarily the closest

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 ExamplesBasic example Given two school classes one with 20 students one with 30 students and 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 430050 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 2020 30 0 4 displaystyle frac 20 20 30 0 4 3020 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 definitionFormally the weighted mean of a non empty finite tuple of data x1 x2 xn displaystyle left x 1 x 2 dots x n right with corresponding non negative weights w1 w2 wn displaystyle left w 1 w 2 dots w n right is x i 1nwixi i 1nwi displaystyle bar x frac sum limits i 1 n w i x i sum limits i 1 n w i which expands to x w1x1 w2x2 wnxnw1 w2 wn 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 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 1nwi 1 textstyle sum limits i 1 n w i 1 For such normalized weights the weighted mean is equivalently x i 1nwi xi 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 wi wi j 1nwj displaystyle w i frac w i sum limits j 1 n w j The ordinary mean 1n i 1nxi 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 s2 displaystyle sigma 2 the standard error of the weighted mean sx displaystyle sigma bar x can be shown via uncertainty propagation to be sx s i 1nwi 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 xi displaystyle x i potentially comes from a different probability distribution with known variance si2 displaystyle sigma i 2 all having the same mean one possible choice for the weights is given by the reciprocal of variance wi 1si2 displaystyle w i frac 1 sigma i 2 The weighted mean in this case is x i 1n xisi2 i 1n1si2 i 1n xi wi i 1nwi 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 sx 1 i 1nsi 2 1 i 1nwi 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 sx 2 s02 n displaystyle sigma bar x 2 sigma 0 2 n when all si s0 displaystyle sigma i sigma 0 It is a special case of the general formula in previous section sx 2 i 1nwi 2si2 i 1nsi 4si2 i 1nsi 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 sx 2 i 1nxisi2 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 propertiesExpectancy 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 xi mi displaystyle E x i mu i then the weighted sample mean has expectation E x i 1nwi mi displaystyle E bar x sum i 1 n w i mu i In particular if the means are equal mi m displaystyle mu i mu then the expectation of the weighted sample mean will be that value E x m 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 s y2w2 w 2 displaystyle operatorname Var bar y w hat sigma y 2 frac overline w 2 bar w 2 With s y2 i 1n yi y 2n 1 displaystyle hat sigma y 2 frac sum i 1 n y i bar y 2 n 1 w i 1nwin displaystyle bar w frac sum i 1 n w i n and w2 i 1nwi2n 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 yi 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 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 Ii 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 Ii 1 Some sample of size n pi displaystyle P I i 1 mid text Some sample of size n pi i and the one draw probability of selection is P Ii 1 one sample draw pi pin displaystyle P I i 1 text one sample draw p i approx frac pi i n If N is very large and each pi 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 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 yi displaystyle y i is fixed and the randomness comes from it being included in the sample or not Ii 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 yi yiIi displaystyle y i y i I i With the following expectancy E yi yiE Ii yipi displaystyle E y i y i E I i y i pi i and variance V yi yi2V Ii yi2pi 1 pi 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 p displaystyle pi expanded y values i e yˇi yipi displaystyle check y i frac y i pi i A related quantity is p displaystyle p expanded y values yipi nyˇi displaystyle frac y i p i n check y i 42 43 51 52 As above we can add a tick mark if multiplying by the indicator function I e yˇi Iiyˇi Iiyipi 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 wi 1pi 1n pi 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 pwrN i 1nwiyi 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 1N2nn 1 i 1n wiyi wy 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 pwrN 1n i 1nyi piN i 1nyi piN i 1nwiyi 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 1Nyi displaystyle Y sum i 1 N y i and it may be estimated by the unbiased Horvitz Thompson estimator also called the p 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 pwr 1n i 1nyi pi i 1nyi npi i 1nyi pi i 1nwiyi 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 51 The estimated variance of the pwr estimator is given by 52 Var Y pwr nn 1 i 1n wiyi wy 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 wy i 1nwiyin 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 52 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 1n1n 1 i 1n yipi Y pwr 2 1n1n 1 i 1n nnyipi nn i 1nwiyi 2 1n1n 1 i 1n nyipi n i 1nwiyin 2 n2n1n 1 i 1n wiyi wy 2 nn 1 i 1n wiyi wy 2 displaystyle begin aligned operatorname Var hat Y text pwr amp frac 1 n frac 1 n 1 sum i 1 n left frac y i p i hat Y pwr right 2 amp 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 amp frac n 2 n frac 1 n 1 sum i 1 n left w i y i overline wy right 2 amp 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 182 Var Y pwr known N 1N2 i 1n j 1n Dˇijyˇiyˇ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 yipi displaystyle check y i frac y i pi i Also C Ii Ij pij pipj Dij displaystyle C I i I j pi ij pi i pi j Delta ij where pij displaystyle pi ij is the probability of selecting both i and j 36 And Dˇij 1 pipjpij displaystyle check Delta ij 1 frac pi i pi j pi ij and for i j Dˇii 1 pipipi 1 pi displaystyle check Delta ii 1 frac pi i pi i pi i 1 pi i 43 If the selection probability are uncorrelated i e i j C Ii Ij 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 1N2 i 1n wiyi 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 pi 1 displaystyle 1 pi i approx 1 and that Var Y pwr known N 1N2 i 1n j 1n Dˇijyˇiyˇj 1N2 i 1n Dˇiiyˇiyˇi 1N2 i 1n 1 pi yipiyipi 1N2 i 1n wiyi 2 displaystyle begin aligned operatorname Var hat Y text pwr known N text amp frac 1 N 2 sum i 1 n sum j 1 n left check Delta ij check y i check y j right amp frac 1 N 2 sum i 1 n left check Delta ii check y i check y i right amp frac 1 N 2 sum i 1 n left 1 pi i frac y i pi i frac y i pi i right amp frac 1 N 2 sum i 1 n left w i y i right 2 end aligned Variance of the weighted mean p 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 wi 1pi displaystyle w i frac 1 pi i we get N i 1nwiIi i 1nIipi i 1n1ˇ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 yi displaystyle y i s and 1s I e R Y i 1Nyipi i 1N1pi i 1Nyˇi i 1N1ˇi i 1Nwiyi i 1Nwi 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 1NIiyipi i 1NIi1pi i 1Nyˇi i 1N1ˇi i 1Nwiyi i 1Nwi1i i 1nwiyi i 1nwi1i 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 1nwiyi i 1nwi 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 1nwiyi i 1nwi1i displaystyle bar y w frac sum i 1 n w i y i sum i 1 n w i 1 i 162 163 176 This is called a Ratio estimator and it is approximately unbiased for R 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 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 176 For when the sampling has a random sample size as in Poisson sampling it is as follows 182 V y w 1 i 1nwi 2 i 1nwi2 yi 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 pi pin displaystyle pi i approx p i n then either using wi 1pi displaystyle w i frac 1 pi i or wi 1pi displaystyle w i frac 1 p i would give the same estimator since multiplying wi 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 178 R Y Z i 1nwiyi i 1nwizi R 1Z i 1n yi pi Rzi pi 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 178 179 V R 1Z 2 i 1n j 1n Dˇijyi R zipiyj R zjpj 1Z 2 V Y R V Z 2R 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 Dij C Ii Ij 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 yi Iiyi displaystyle y i I i y i and zi Iizi 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 zi 1 displaystyle z i 1 the above becomes 182 V R V y w 1N 2 i 1n j 1n Dˇijyi y wpiyj y wpj 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 Dij C Ii Ij 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 pi 1 displaystyle 1 pi i approx 1 then the above reduced to the following V y w 1N 2 i 1n 1 pi yi y wpi 2 1 i 1nwi 2 i 1nwi2 yi 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 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 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 1186 sx w2 n n 1 nw 2 wixi w x w 2 2x w wi w wixi w x w x w2 wi 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 win displaystyle bar w frac sum w i n Further simplification leads to sx 2 n n 1 nw 2 wi2 xi 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 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 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 321 Other notes For uncorrelated observations with variances si2 displaystyle sigma i 2 the variance of the weighted sample mean is citation needed sx 2 i 1nwi 2si2 displaystyle sigma bar x 2 sum i 1 n w i 2 sigma i 2 whose square root sx 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 si2 s02 displaystyle sigma i 2 sigma 0 2 the weighted sample mean will have variance sx 2 s02 i 1nwi 2 displaystyle sigma bar x 2 sigma 0 2 sum i 1 n w i 2 where 1 n i 1nwi 2 1 textstyle 1 n leq sum i 1 n w i 2 leq 1 The variance attains its maximum value s02 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 sx s0 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 wi wi i 1nwi displaystyle w i frac w i sum i 1 n w i Related conceptsWeighted 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 m displaystyle mu is used the variance of the weighted sample is different from the variance of the unweighted sample The biased weighted sample variance s w2 displaystyle hat sigma mathrm w 2 is defined similarly to the normal biased sample variance s 2 displaystyle hat sigma 2 s 2 i 1N xi m 2Ns w2 i 1Nwi xi m 2 i 1Nwi displaystyle begin aligned hat sigma 2 amp frac sum limits i 1 N left x i mu right 2 N hat sigma mathrm w 2 amp frac sum limits i 1 N w i left x i mu right 2 sum i 1 N w i end aligned where i 1Nwi 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 s w2 displaystyle hat sigma mathrm w 2 is the maximum likelihood estimator of s2 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 s2 i 1Nwi xi m 2 i 1Nwi 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 wi displaystyle w i are normalized to 1 then the correct expression after Bessel s correction becomes s2 i 1Nwi i 1Nwi 1 i 1Nwi xi m 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 1Nwi 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 wi 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 reliability weights non random values reflecting the sample s relative trustworthiness often derived from sample variance we can determine a correction factor to yield an unbiased estimator Assuming each random variable is sampled from the same distribution with mean m displaystyle mu and actual variance sactual2 displaystyle sigma text actual 2 taking expectations we have E s 2 i 1NE xi m 2 N E X E X 2 1NE X E X 2 N 1N sactual2E s w2 i 1NwiE xi m 2 V1 E X E X 2 V2V12E X E X 2 1 V2V12 sactual2 displaystyle begin aligned operatorname E hat sigma 2 amp frac sum limits i 1 N operatorname E x i mu 2 N amp operatorname E X operatorname E X 2 frac 1 N operatorname E X operatorname E X 2 amp left frac N 1 N right sigma text actual 2 operatorname E hat sigma mathrm w 2 amp frac sum limits i 1 N w i operatorname E x i mu 2 V 1 amp operatorname E X operatorname E X 2 frac V 2 V 1 2 operatorname E X operatorname E X 2 amp left 1 frac V 2 V 1 2 right sigma text actual 2 end aligned where V1 i 1Nwi displaystyle V 1 sum i 1 N w i and V2 i 1Nwi2 displaystyle V 2 sum i 1 N w i 2 Therefore the bias in our estimator is 1 V2V12 displaystyle left 1 frac V 2 V 1 2 right analogous to the N 1N displaystyle left frac N 1 N right bias in the unweighted estimator also notice that V12 V2 Neff 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 V2 V12 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 sw2 s w21 V2 V12 i 1Nwi xi m 2V1 V2 V1 displaystyle begin aligned s mathrm w 2 amp frac hat sigma mathrm w 2 1 V 2 V 1 2 4pt amp frac sum limits i 1 N w i x i mu 2 V 1 V 2 V 1 end aligned where E sw2 sactual2 displaystyle operatorname E s mathrm w 2 sigma text actual 2 The degrees of freedom of this 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 Weighted sample covariance In a weighted sample each row vector xi displaystyle mathbf x i each set of single observations on each of the K random variables is assigned a weight wi 0 displaystyle w i geq 0 Then the weighted mean vector m displaystyle mathbf mu is given by m i 1Nwixi i 1Nwi 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 C i 1Nwi xi m T xi m V1 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 C i 1Nwi xi m T xi m V1 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 V1 i 1Nwi 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 V1 displaystyle V 1 wi wi i 1Nwi displaystyle w i frac w i sum i 1 N w i Then the weighted mean vector m displaystyle mathbf mu can be simplified to m i 1Nwixi 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 C i 1Nwi i 1Nwi 2 i 1Nwi2 i 1Nwi xi m T xi m i 1Nwi xi m T xi m V1 V2 V1 displaystyle begin aligned mathbf C amp 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 amp 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 V1 1 displaystyle V 1 1 and this reduces to C i 1Nwi xi m T xi m 1 V2 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 wi V1 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 s2 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 Wi Ci 1 displaystyle mathbf W i mathbf C i 1 The weighted mean in this case is x Cx i 1nWixi 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 Cx i 1nWi 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 x1 10 C1 100100 displaystyle mathbf x 1 begin bmatrix 1 amp 0 end bmatrix top qquad mathbf C 1 begin bmatrix 1 amp 0 0 amp 100 end bmatrix x2 01 C2 100001 displaystyle mathbf x 2 begin bmatrix 0 amp 1 end bmatrix top qquad mathbf C 2 begin bmatrix 100 amp 0 0 amp 1 end bmatrix then the weighted mean is x C1 1 C2 1 1 C1 1x1 C2 1x2 0 9901000 9901 11 0 99010 9901 displaystyle begin aligned bar mathbf x amp 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 amp begin bmatrix 0 9901 amp 0 0 amp 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 x1 xn T displaystyle mathbf X x 1 dots x n T C displaystyle mathbf C is the covariance matrix relating the quantities xi 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 sx 2 JTWJ 1 displaystyle sigma bar x 2 mathbf J T mathbf W mathbf J 1 and x sx 2 JTWX 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 ti displaystyle t i In many common situations the value of y displaystyle y at time ti displaystyle t i depends not only on xi 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 zk i 1mwixk 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 lt D lt 1 displaystyle 0 lt Delta lt 1 at each time step Setting w 1 D displaystyle w 1 Delta we can define m displaystyle m normalized weights by wi wi 1V1 displaystyle w i frac w i 1 V 1 where V1 displaystyle V 1 is the sum of the unnormalized weights In this case V1 displaystyle V 1 is simply V1 i 1mwi 1 1 wm1 w displaystyle V 1 sum i 1 m w i 1 frac 1 w m 1 w approaching V1 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

rec-icon Recommended Topics
Share this article
Read the free encyclopedia and learn everything...
See more
Read the free encyclopedia. All information in Wikipedia is available. No payment required.
Share this article on
Share
XXX 0C
Sunday, 23 February, 2025
Follow Us On