Web crawler: Difference between revisions
en>Madman2001 m minor |
en>Dsimic →Crawling the deep web: One link cleaned up; Small language improvement |
||
Line 1: | Line 1: | ||
{{Redirect|Weighted mean|the [[geometric mean]]|weighted geometric mean|the [[harmonic mean]]|weighted harmonic mean}} | |||
The '''weighted mean''' is similar to an [[arithmetic mean]] (the most common type of [[average]]), where 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 classes, one with 20 students, and one with 30 students, the grades in each class on a test were: | |||
: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 straight average for the morning class is 80 and the straight average of the afternoon class is 90. The straight average of 80 and 90 is 85, the mean of the two class means. 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): | |||
:<math> | |||
\bar{x} = \frac{4300}{50} = 86. | |||
</math> | |||
Or, this can be accomplished by weighting the class means by the number of students in each class (using a weighted mean of the class means): | |||
:<math>\bar{x} = \frac{(20\times80) + (30\times90)}{20 + 30} = 86.</math> | |||
Thus, the weighted mean makes it possible to find the average student grade in the case where only the class means and the number of students in each class are available. | |||
=== 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: | |||
:<math> | |||
\frac{20}{20 + 30} = 0.4\, | |||
</math> | |||
:<math> | |||
\frac{30}{20 + 30} = 0.6\, | |||
</math> | |||
:<math> | |||
\bar{x} = (0.4\times80) + (0.6\times90) = 86. | |||
</math> | |||
==Mathematical definition== | |||
Formally, the weighted mean of a [[non-empty set]] of data | |||
:<math>\{x_1, x_2, \dots , x_n\},</math> | |||
with non-negative [[weight function|weights]] | |||
:<math>\{w_1, w_2, \dots, w_n\},</math> | |||
is the quantity | |||
:<math>\bar{x} = \frac{ \sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i}, | |||
</math> | |||
which means: | |||
:<math> | |||
\bar{x} = \frac{w_1 x_1 + w_2 x_2 + \cdots + w_n x_n}{w_1 + w_2 + \cdots + w_n}. | |||
</math> | |||
Therefore data elements with a high weight contribute more to the weighted mean than do elements with a low weight. The weights cannot be negative. 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 <math>1</math>, i.e. <math> \sum_{i=1}^n {w_i} = 1</math>. For such normalized weights the weighted mean is simply | |||
<math>\bar {x} = \sum_{i=1}^n {w_i x_i}</math>. | |||
Note that one can always normalize the weights by making the following transformation on the weights <math>w_i' = \frac{w_i}{\sum_{j=1}^n{w_j}}</math>. Using the normalized weight yields the same results as when using the original weights. Indeed, | |||
:<math>\bar{x} = \sum_{i=1}^n w'_i x_i= \sum_{i=1}^n \frac{w_i}{\sum_{j=1}^n w_j} x_i = \frac{ \sum_{i=1}^n w_i x_i}{\sum_{j=1}^n w_j} = \frac{ \sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i}. | |||
</math> | |||
The common mean <math>\frac {1}{n}\sum_{i=1}^n {x_i}</math> is a special case of the weighted mean where all data have equal weights, <math>w_i=w</math>. When the weights are normalized then <math>w_i'=\frac{1}{n}.</math> | |||
==Statistical properties== | |||
The weighted sample mean, <math>\bar{x}</math>, with normalized weights (weights summing to one) 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, | |||
If the observations have expected values | |||
: <math>E(x_i )=\bar {x_i},</math> | |||
then the weighted sample mean has expectation | |||
: <math>E(\bar{x}) = \sum_{i=1}^n {w_i \bar{x_i}}. </math> | |||
Particularly, if the expectations of all observations are equal, <math>\bar {x_i}=c</math>, then the expectation of the weighted sample mean will be the same, | |||
: <math>E(\bar{x})= c. \, </math> | |||
For uncorrelated observations with standard deviations <math>\sigma_i</math>, the weighted sample mean has standard deviation | |||
: <math> \sigma(\bar x)= \sqrt {\sum_{i=1}^n {w_i^2 \sigma^2_i}}.</math> | |||
Consequently, when the standard deviations of all observations are equal, <math>\sigma_i=d</math>, the weighted sample mean will have standard deviation <math>\sigma(\bar x)= d \sqrt {V_2}</math>. Here <math>V_2</math> is the quantity | |||
: <math>V_2=\sum_{i=1}^n {w_i^2},</math> | |||
such that <math>1/n \le V_2\le 1</math>. It attains its minimum value for equal weights, and its maximum when all weights except one are zero. In the former case we have <math> \sigma(\bar x)=d/ \sqrt {n} </math>, which is related to the [[central limit theorem]]. | |||
Note that due to the fact that one can always transform non-normalized weights to normalized weights all formula in this section can be adapted to non-normalized weights by replacing all <math>w_i</math> by <math>w_i' = \frac{w_i}{\sum_{i=1}^n{w_i}}</math>. | |||
==Dealing with variance== | |||
{{see also|Least squares#Weighted least squares}} | |||
{{see also|Linear least squares (mathematics)#Weighted linear least squares}} | |||
For the weighted mean of a list of data for which each element <math>x_i\,\!</math> comes from a different [[probability distribution]] with known [[variance]] <math>{\sigma_i}^2\,</math>, one possible choice for the weights is given by: | |||
:<math> | |||
w_i = \frac{1}{\sigma_i^2}. | |||
</math> | |||
The weighted mean in this case is: | |||
:<math> | |||
\bar{x} = \frac{ \sum_{i=1}^n (x_iw_i)}{\sum_{i=1}^n w_i}, | |||
</math> | |||
and the variance of the weighted mean is: | |||
:<math> | |||
\sigma_{\bar{x}}^2 = \frac{ 1 }{\sum_{i=1}^n w_i}, | |||
</math> | |||
which reduces to <math> \sigma_{\bar{x}}^2 = \frac{ {\sigma_0}^2 }{n}</math>, when all <math>\sigma_i = \sigma_0.\,</math> | |||
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. | |||
===Correcting for over- or under-dispersion=== | |||
Weighted means are typically used to find the weighted mean of experimental 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 <math>\chi^2</math> is too large. The correction that must be made is | |||
:<math>\sigma_{\bar{x}}^2 \rightarrow \sigma_{\bar{x}}^2 \chi^2_\nu \, </math> | |||
where <math>\chi^2_\nu</math> is <math>\chi^2</math> divided by the number of degrees of freedom, in this case ''n'' − 1. This gives the variance in the weighted mean as: | |||
:<math> \sigma_{\bar{x}}^2 = \frac{ 1 }{\sum_{i=1}^n 1/{\sigma_i}^2} \times \frac{1}{(n-1)} \sum_{i=1}^n \frac{ (x_i - \bar{x} )^2}{ \sigma_i^2 };</math> | |||
when all data variances are equal, <math>\sigma_i = \sigma_0</math>, they cancel out in the weighted mean variance, <math>\sigma_{\bar{x}}^2</math>, which then reduces to the [[standard error of the mean]] (squared), <math>\sigma_{\bar{x}}^2 = \sigma^2/n</math>, in terms of the [[sample standard deviation]] (squared), <math>\sigma^2 = \sum_{i=1}^n (x_i - \bar{x} )^2 / (n-1)</math>. | |||
==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 <math>\mu^*</math> is used, the variance of the weighted sample is different from the variance of the unweighted sample. The ''biased'' weighted [[sample variance]] is defined similarly to the normal ''biased'' sample variance: | |||
:<math> | |||
\sigma^2\ = \frac{ | |||
\sum_{i=1}^N{\left(x_i - \mu\right)^2} | |||
}{ | |||
N | |||
} | |||
</math> | |||
:<math> | |||
\sigma^2_\mathrm{weighted} = \frac{\sum_{i=1}^N w_i \left(x_i - \mu^*\right)^2 }{V_1} | |||
</math> | |||
where <math>V_1 = \sum_{i=1}^n w_i</math>, which is 1 for normalized weights. | |||
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. While this is simple in unweighted samples, it is not straightforward when the sample is weighted. | |||
If each <math>x_i</math> is drawn from a Gaussian distribution with variance <math>1/w_i</math>, the unbiased estimator of a weighted population variance is given by:<ref>http://www.gnu.org/software/gsl/manual/html_node/Weighted-Samples.html</ref> | |||
:<math> | |||
s^2\ = \frac {V_1} {V_1^2-V_2} \sum_{i=1}^N w_i \left(x_i - \mu^*\right)^2, | |||
</math> | |||
where <math>V_2 = \sum_{i=1}^n {w_i^2}</math> as introduced previously. | |||
Note: If the weights are not integral frequencies (for instance, if they have been standardized to sum to 1 or if they represent the variance of each observation's measurement) as in this case, then all information is lost about the total sample size n, whence it is not possible to use an unbiased estimator because it is impossible to estimate the Bessel correction factor <math>\frac{n}{(n-1)}</math>. | |||
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. | |||
If all of the <math>x_i</math> are drawn from the same distribution and the integer weights <math>w_i</math> indicate the number of occurrences ("repeat") of an observation in the sample, then the unbiased estimator of the weighted population variance is given by | |||
:<math> | |||
s^2\ = \frac {1} {V_1 - 1} \sum_{i=1}^N w_i \left(x_i - \mu^*\right)^2 = \frac {1} {\sum_{i=1}^n w_i - 1} \sum_{i=1}^N w_i \left(x_i - \mu^*\right)^2, | |||
</math> | |||
If all <math>x_i</math> are unique, then <math>N</math> counts the number of unique values, and <math>V_1</math> counts the number of samples. | |||
For example, if values <math>\{2, 2, 4, 5, 5, 5\}</math> 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 <math>\{2, 4, 5\}</math> with corresponding weights <math>\{2, 1, 3\}</math>, and we should get the same results. | |||
As a side note, other approaches have been described to compute the weighted sample variance.<ref>[http://www.analyticalgroup.com/download/WEIGHTED_MEAN.pdf Weighted Standard Error and its Impact on Significance Testing (WinCross vs. Quantum & SPSS), Dr. Albert Madansky]</ref> | |||
==Weighted sample covariance== | |||
In a weighted sample, each row vector <math>\textstyle \textbf{x}_{i}</math> (each set of single observations on each of the ''K'' random variables) is assigned a weight <math>\textstyle w_i \geq0</math>. Without loss of generality, assume that the weights are [[Normalizing constant|normalized]]: | |||
<math> \sum_{i=1}^{N}w_i = 1. </math> | |||
If they are not, divide the weights by their sum: | |||
<math> w_i' = \frac{w_i}{\sum_{i=1}^{N}w_i} </math> | |||
Then the [[weighted mean]] vector <math>\textstyle \mathbf{\mu^*}</math> is given by | |||
:<math> \mathbf{\mu^*}=\sum_{i=1}^N w_i \mathbf{x}_i.</math> | |||
(if the weights are not normalized, an equivalent formula to compute the weighted mean is:) | |||
:<math> \mathbf{\mu^*}=\frac{\sum_{i=1}^N w_i \mathbf{x}_i}{\sum_{i=1}^N w_i}.</math> | |||
and an approximation of the ''unbiased'' weighted covariance matrix <math>\textstyle \mathbf{\Sigma}</math> (but without Bessel correction) is | |||
:<ref name="Galassi-2007-GSL">Mark Galassi, Jim Davies, James Theiler, Brian Gough, Gerard Jungman, Michael Booth, and Fabrice Rossi. [http://www.gnu.org/software/gsl/manual GNU Scientific Library - Reference manual, Version 1.15], 2011. | |||
[http://www.gnu.org/software/gsl/manual/html_node/Weighted-Samples.html Sec. 21.7 Weighted Samples]</ref> | |||
<math> \Sigma=\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). </math> | |||
If all weights are the same, with <math>\textstyle w_{i}=1/N</math>, then the weighted mean and covariance reduce to the sample mean and covariance above. | |||
There is no unbiased (with Bessel correction) equation to compute the weighted covariance matrix in this case because if, as in the case above, the weights are not integral frequencies (for instance, if they have been standardized to sum to 1 or if they represent the variance of each observation's measurement), then all information is lost about the total sample size n, whence it is impossible to estimate precisely the Bessel correction factor <math>\frac{n}{(n-1)}</math>. | |||
Alternatively, if each weight <math>\textstyle w_i \geq0</math> assigns a number of occurrences for one observation value, so <math>\textstyle \textbf{x}_{i}</math> (sometimes called the number of "repeats") and is '''unnormalized''' so that <math>\textstyle \sum_{i=1}^{N}w_i=N^*</math> with <math>N^*</math> being the sample size (total number of observations), then the biased weighted sample covariance matrix is given by:<ref name="PRICE-1972">George R. Price, [http://www.dynamics.org/Altenberg/LIBRARY/REPRINTS/Price_extension_AnnHumGenetLond.1972.pdf Ann. Hum. Genet., Lond, pp485-490, Extension of covariance selection mathematics], 1972.</ref> | |||
<math> \Sigma=\frac{1}{\sum_{i=1}^{N}w_i}\sum_{i=1}^N w_i \left(x_i - \mu^*\right)^T\left(x_i - \mu^*\right), </math> | |||
and the correctly unbiased weighted sample covariance matrix is given by applying the Bessel correction (since <math>\sum_{i=1}^{N}w_i = N^*</math> which is the real sample size): | |||
<math> \Sigma=\frac{1}{\sum_{i=1}^{N}w_i - 1}\sum_{i=1}^N w_i \left(x_i - \mu^*\right)^T\left(x_i - \mu^*\right). </math> | |||
== 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 <math>\sigma^2</math> by the covariance matrix:<ref>{{cite book|last=James|first=Frederick|title=Statistical Methods in Experimental Physics|year=2006|publisher=World Scientific|location=Singapore|isbn=981-270-527-9|edition=2nd|page=324}}</ref> | |||
:<math> | |||
W_i = \Sigma_i^{-1}. | |||
</math> | |||
The weighted mean in this case is: | |||
:<math> | |||
\bar{\mathbf{x}} = \left(\sum_{i=1}^n \Sigma_i^{-1}\right)^{-1}\left(\sum_{i=1}^n \Sigma_i^{-1} \mathbf{x}_i\right), | |||
</math> | |||
and the covariance of the weighted mean is: | |||
:<math> | |||
\Sigma_{\bar{\mathbf{x}}} = \left(\sum_{i=1}^n \Sigma_i^{-1}\right)^{-1}, | |||
</math> | |||
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 | |||
:<math>\mathbf{x}_1 := [1 0]^\top, \qquad \Sigma_1 := \begin{bmatrix}1 & 0\\ 0 & 100\end{bmatrix}</math> | |||
:<math>\mathbf{x}_2 := [0 1]^\top, \qquad \Sigma_2 := \begin{bmatrix}100 & 0\\ 0 & 1\end{bmatrix}</math> | |||
then the weighted mean is: | |||
:<math>\bar{\mathbf{x}} = \left(\Sigma_1^{-1} + \Sigma_2^{-1}\right)^{-1} \left(\Sigma_1^{-1} \mathbf{x}_1 + \Sigma_2^{-1} \mathbf{x}_2\right)</math> | |||
::<math>=\begin{bmatrix} 0.9901 &0\\ 0& 0.9901\end{bmatrix}\begin{bmatrix}1\\1\end{bmatrix} = \begin{bmatrix}0.9901 \\ 0.9901\end{bmatrix}</math> | |||
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 <math>\mathbf{X}=[x_1,\dots,x_n]</math>, <math>\mathbf{C}</math> is the [[covariance matrix]] relating the quantities <math>x_i</math>, <math>\bar{x}</math> is the common mean to be estimated, and <math>\mathbf{W}</math> is the [[design matrix]] [1, ..., 1] (of length <math>n</math>). The [[Gauss–Markov theorem]] states that the estimate of the mean having minimum variance is given by: | |||
:<math>\sigma^2_\bar{x}=(\mathbf{W}^T \mathbf{C}^{-1} \mathbf{W})^{-1},</math> | |||
and | |||
:<math>\bar{x} = \sigma^2_\bar{x} (\mathbf{W}^T \mathbf{C}^{-1} \mathbf{X}).</math> | |||
==Decreasing strength of interactions== | |||
Consider the time series of an independent variable <math>x</math> and a dependent variable <math>y</math>, with <math>n</math> observations sampled at discrete times <math>t_i</math>. In many common situations, the value of <math>y</math> at time <math>t_i</math> depends not only on <math>x_i</math> 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 <math>z</math> for a window size <math>m</math>. | |||
:<math> | |||
z_k=\sum_{i=1}^m w_i x_{k+1-i}. | |||
</math> | |||
{|class="wikitable" | |||
|+ [[Range (statistics)|Range]] weighted mean interpretation | |||
|- | |||
! Range (1–5) || Weighted mean equivalence | |||
|- | |||
| 3.34–5.00 || Strong | |||
|- | |||
| 1.67–3.33 || Satisfactory | |||
|- | |||
| 0.00–1.66 || Weak | |||
|} | |||
==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 <math>0<\Delta<1</math> at each time step. Setting <math>w=1-\Delta</math> we can define <math>m</math> normalized weights by | |||
: <math>w_i=\frac {w^{i-1}}{V_1},</math> | |||
where <math>V_1</math> is the sum of the unnormalized weights. In this case <math>V_1</math> is simply | |||
: <math>V_1=\sum_{i=1}^m{w^{i-1}} = \frac {1-w^{m}}{1-w},</math> | |||
approaching <math>V_1=1/(1-w)</math> for large values of <math>m</math>. | |||
The damping constant <math>w</math> 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 <math>(1-w)^{-1}</math>, the weight approximately equals <math>{e^{-1}}(1-w)=0.39(1-w)</math>, the tail area the value <math>e^{-1}</math>, the head area <math>{1-e^{-1}}=0.61</math>. The tail area at step <math>n</math> is <math>\le {e^{-n(1-w)}}</math>. Where primarily the closest <math>n</math> observations matter and the effect of the remaining observations can be ignored safely, then choose <math>w</math> such that the tail area is sufficiently small. | |||
==Weighted averages of functions== | |||
The concept of weighted average can be extended to functions.<ref>G. H. Hardy, J. E. Littlewood, and G. Pólya. ''Inequalities'' (2nd ed.), Cambridge University Press, ISBN 978-0-521-35880-4, 1988.</ref> Weighted averages of functions play an important role in the systems of weighted differential and integral calculus.<ref>Jane Grossman, Michael Grossman, Robert Katz. [http://books.google.com/books?as_brr=0&q=%22The+First+Systems+of+Weighted+Differential+and+Integral+Calculus%E2%80%8E%22&btnG=Search+Books,''The First Systems of Weighted Differential and Integral Calculus''], ISBN 0-9771170-1-4, 1980.</ref> | |||
==See also== | |||
{{Div col|cols=3}} | |||
* [[Average]] | |||
* [[Mean]] | |||
* [[Summary statistics]] | |||
* [[Central tendency]] | |||
* [[Weight function]] | |||
* [[Weighted least squares]] | |||
* [[Weighted average cost of capital]] | |||
* [[Weighting]] | |||
* [[Weighted geometric mean]] | |||
* [[Weighted harmonic mean]] | |||
* [[Weighted median]] | |||
* [[Standard deviation]] | |||
{{Div col end}} | |||
==Notes== | |||
{{reflist}} | |||
===Further reading=== | |||
* {{Cite book |last=Bevington |first=Philip R |title=Data Reduction and Error Analysis for the Physical Sciences |year=1969 |location=New York, N.Y. |publisher=McGraw-Hill |oclc=300283069}} | |||
==External links== | |||
* {{MathWorld|title=Weighted Mean|urlname=WeightedMean|author=David Terr}} | |||
*[http://ncalculators.com/statistics/weighted-mean-calculator.htm Weighted Mean Calculation] | |||
{{DEFAULTSORT:Weighted Mean}} | |||
[[Category:Means]] | |||
[[Category:Mathematical analysis]] | |||
[[Category:Summary statistics]] |
Revision as of 00:17, 30 January 2014
Name: Jodi Junker
My age: 32
Country: Netherlands
Home town: Oudkarspel
Post code: 1724 Xg
Street: Waterlelie 22
my page - www.hostgator1centcoupon.info
The weighted mean is similar to an arithmetic mean (the most common type of average), where 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 classes, one with 20 students, and one with 30 students, the grades in each class on a test were:
- 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 straight average for the morning class is 80 and the straight average of the afternoon class is 90. The straight average of 80 and 90 is 85, the mean of the two class means. 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):
Or, this can be accomplished by weighting the class means by the number of students in each class (using a weighted mean of the class means):
Thus, the weighted mean makes it possible to find the average student grade in the case where only the class means and the number of students in each class are available.
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:
Mathematical definition
Formally, the weighted mean of a non-empty set of data
with non-negative weights
is the quantity
which means:
Therefore data elements with a high weight contribute more to the weighted mean than do elements with a low weight. The weights cannot be negative. 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 , i.e. . For such normalized weights the weighted mean is simply .
Note that one can always normalize the weights by making the following transformation on the weights . Using the normalized weight yields the same results as when using the original weights. Indeed,
The common mean is a special case of the weighted mean where all data have equal weights, . When the weights are normalized then
Statistical properties
The weighted sample mean, , with normalized weights (weights summing to one) 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,
If the observations have expected values
then the weighted sample mean has expectation
Particularly, if the expectations of all observations are equal, , then the expectation of the weighted sample mean will be the same,
For uncorrelated observations with standard deviations , the weighted sample mean has standard deviation
Consequently, when the standard deviations of all observations are equal, , the weighted sample mean will have standard deviation . Here is the quantity
such that . It attains its minimum value for equal weights, and its maximum when all weights except one are zero. In the former case we have , which is related to the central limit theorem.
Note that due to the fact that one can always transform non-normalized weights to normalized weights all formula in this section can be adapted to non-normalized weights by replacing all by .
Dealing with variance
DTZ's public sale group in Singapore auctions all forms of residential, workplace and retail properties, outlets, homes, lodges, boarding homes, industrial buildings and development websites. Auctions are at present held as soon as a month.
We will not only get you a property at a rock-backside price but also in an space that you've got longed for. You simply must chill out back after giving us the accountability. We will assure you 100% satisfaction. Since we now have been working in the Singapore actual property market for a very long time, we know the place you may get the best property at the right price. You will also be extremely benefited by choosing us, as we may even let you know about the precise time to invest in the Singapore actual property market.
The Hexacube is offering new ec launch singapore business property for sale Singapore investors want to contemplate. Residents of the realm will likely appreciate that they'll customize the business area that they wish to purchase as properly. This venture represents one of the crucial expansive buildings offered in Singapore up to now. Many investors will possible want to try how they will customise the property that they do determine to buy by means of here. This location has offered folks the prospect that they should understand extra about how this course of can work as well.
Singapore has been beckoning to traders ever since the value of properties in Singapore started sky rocketing just a few years again. Many businesses have their places of work in Singapore and prefer to own their own workplace area within the country once they decide to have a everlasting office. Rentals in Singapore in the corporate sector can make sense for some time until a business has discovered a agency footing. Finding Commercial Property Singapore takes a variety of time and effort but might be very rewarding in the long term.
is changing into a rising pattern among Singaporeans as the standard of living is increasing over time and more Singaporeans have abundance of capital to invest on properties. Investing in the personal properties in Singapore I would like to applaud you for arising with such a book which covers the secrets and techniques and tips of among the profitable Singapore property buyers. I believe many novice investors will profit quite a bit from studying and making use of some of the tips shared by the gurus." – Woo Chee Hoe Special bonus for consumers of Secrets of Singapore Property Gurus Actually, I can't consider one other resource on the market that teaches you all the points above about Singapore property at such a low value. Can you? Condominium For Sale (D09) – Yong An Park For Lease
In 12 months 2013, c ommercial retails, shoebox residences and mass market properties continued to be the celebrities of the property market. Models are snapped up in report time and at document breaking prices. Builders are having fun with overwhelming demand and patrons need more. We feel that these segments of the property market are booming is a repercussion of the property cooling measures no.6 and no. 7. With additional buyer's stamp responsibility imposed on residential properties, buyers change their focus to commercial and industrial properties. I imagine every property purchasers need their property funding to understand in value.
DTZ's public sale group in Singapore auctions all forms of residential, workplace and retail properties, outlets, homes, lodges, boarding homes, industrial buildings and development websites. Auctions are at present held as soon as a month.
We will not only get you a property at a rock-backside price but also in an space that you've got longed for. You simply must chill out back after giving us the accountability. We will assure you 100% satisfaction. Since we now have been working in the Singapore actual property market for a very long time, we know the place you may get the best property at the right price. You will also be extremely benefited by choosing us, as we may even let you know about the precise time to invest in the Singapore actual property market.
The Hexacube is offering new ec launch singapore business property for sale Singapore investors want to contemplate. Residents of the realm will likely appreciate that they'll customize the business area that they wish to purchase as properly. This venture represents one of the crucial expansive buildings offered in Singapore up to now. Many investors will possible want to try how they will customise the property that they do determine to buy by means of here. This location has offered folks the prospect that they should understand extra about how this course of can work as well.
Singapore has been beckoning to traders ever since the value of properties in Singapore started sky rocketing just a few years again. Many businesses have their places of work in Singapore and prefer to own their own workplace area within the country once they decide to have a everlasting office. Rentals in Singapore in the corporate sector can make sense for some time until a business has discovered a agency footing. Finding Commercial Property Singapore takes a variety of time and effort but might be very rewarding in the long term.
is changing into a rising pattern among Singaporeans as the standard of living is increasing over time and more Singaporeans have abundance of capital to invest on properties. Investing in the personal properties in Singapore I would like to applaud you for arising with such a book which covers the secrets and techniques and tips of among the profitable Singapore property buyers. I believe many novice investors will profit quite a bit from studying and making use of some of the tips shared by the gurus." – Woo Chee Hoe Special bonus for consumers of Secrets of Singapore Property Gurus Actually, I can't consider one other resource on the market that teaches you all the points above about Singapore property at such a low value. Can you? Condominium For Sale (D09) – Yong An Park For Lease
In 12 months 2013, c ommercial retails, shoebox residences and mass market properties continued to be the celebrities of the property market. Models are snapped up in report time and at document breaking prices. Builders are having fun with overwhelming demand and patrons need more. We feel that these segments of the property market are booming is a repercussion of the property cooling measures no.6 and no. 7. With additional buyer's stamp responsibility imposed on residential properties, buyers change their focus to commercial and industrial properties. I imagine every property purchasers need their property funding to understand in value.
For the weighted mean of a list of data for which each element comes from a different probability distribution with known variance , one possible choice for the weights is given by:
The weighted mean in this case is:
and the variance of the weighted mean is:
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.
Correcting for over- or under-dispersion
Weighted means are typically used to find the weighted mean of experimental 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 is too large. The correction that must be made is
where is divided by the number of degrees of freedom, in this case n − 1. This gives the variance in the weighted mean as:
when all data variances are equal, , they cancel out in the weighted mean variance, , which then reduces to the standard error of the mean (squared), , in terms of the sample standard deviation (squared), .
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 is used, the variance of the weighted sample is different from the variance of the unweighted sample. The biased weighted sample variance is defined similarly to the normal biased sample variance:
where , which is 1 for normalized weights.
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. While this is simple in unweighted samples, it is not straightforward when the sample is weighted.
If each is drawn from a Gaussian distribution with variance , the unbiased estimator of a weighted population variance is given by:[1]
where as introduced previously.
Note: If the weights are not integral frequencies (for instance, if they have been standardized to sum to 1 or if they represent the variance of each observation's measurement) as in this case, then all information is lost about the total sample size n, whence it is not possible to use an unbiased estimator because it is impossible to estimate the Bessel correction factor .
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.
If all of the are drawn from the same distribution and the integer weights indicate the number of occurrences ("repeat") of an observation in the sample, then the unbiased estimator of the weighted population variance is given by
If all are unique, then counts the number of unique values, and counts the number of samples.
For example, if values 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 with corresponding weights , and we should get the same results.
As a side note, other approaches have been described to compute the weighted sample variance.[2]
Weighted sample covariance
In a weighted sample, each row vector (each set of single observations on each of the K random variables) is assigned a weight . Without loss of generality, assume that the weights are normalized:
If they are not, divide the weights by their sum:
Then the weighted mean vector is given by
(if the weights are not normalized, an equivalent formula to compute the weighted mean is:)
and an approximation of the unbiased weighted covariance matrix (but without Bessel correction) is
If all weights are the same, with , then the weighted mean and covariance reduce to the sample mean and covariance above.
There is no unbiased (with Bessel correction) equation to compute the weighted covariance matrix in this case because if, as in the case above, the weights are not integral frequencies (for instance, if they have been standardized to sum to 1 or if they represent the variance of each observation's measurement), then all information is lost about the total sample size n, whence it is impossible to estimate precisely the Bessel correction factor .
Alternatively, if each weight assigns a number of occurrences for one observation value, so (sometimes called the number of "repeats") and is unnormalized so that with being the sample size (total number of observations), then the biased weighted sample covariance matrix is given by:[4]
and the correctly unbiased weighted sample covariance matrix is given by applying the Bessel correction (since which is the real sample size):
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 by the covariance matrix:[5]
The weighted mean in this case is:
and the covariance of the weighted mean is:
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
then the weighted mean is:
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 , is the covariance matrix relating the quantities , is the common mean to be estimated, and is the design matrix [1, ..., 1] (of length ). The Gauss–Markov theorem states that the estimate of the mean having minimum variance is given by:
and
Decreasing strength of interactions
Consider the time series of an independent variable and a dependent variable , with observations sampled at discrete times . In many common situations, the value of at time depends not only on 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 for a window size .
Range (1–5) | Weighted mean equivalence |
---|---|
3.34–5.00 | Strong |
1.67–3.33 | Satisfactory |
0.00–1.66 | Weak |
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 at each time step. Setting we can define normalized weights by
where is the sum of the unnormalized weights. In this case is simply
approaching for large values of .
The damping constant 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 , the weight approximately equals , the tail area the value , the head area . The tail area at step is . Where primarily the closest observations matter and the effect of the remaining observations can be ignored safely, then choose such that the tail area is sufficiently small.
Weighted averages of functions
The concept of weighted average can be extended to functions.[6] Weighted averages of functions play an important role in the systems of weighted differential and integral calculus.[7]
See also
Organisational Psychologist Alfonzo Lester from Timmins, enjoys pinochle, property developers in new launch singapore property and textiles. Gets motivation through travel and just spent 7 days at Alejandro de Humboldt National Park.
- Average
- Mean
- Summary statistics
- Central tendency
- Weight function
- Weighted least squares
- Weighted average cost of capital
- Weighting
- Weighted geometric mean
- Weighted harmonic mean
- Weighted median
- Standard deviation
42 year-old Environmental Consultant Merle Eure from Hudson, really loves snowboarding, property developers in new launch ec singapore and cosplay. Maintains a trip blog and has lots to write about after visiting Chhatrapati Shivaji Terminus (formerly Victoria Terminus).
Notes
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
Further reading
- 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
External links
I had like 17 domains hosted on single account, and never had any special troubles. If you are not happy with the service you will get your money back with in 45 days, that's guaranteed. But the Search Engine utility inside the Hostgator account furnished an instant score for my launched website. Fantastico is unable to install WordPress in a directory which already have any file i.e to install WordPress using Fantastico the destination directory must be empty and it should not have any previous installation files. When you share great information, others will take note. Once your hosting is purchased, you will need to setup your domain name to point to your hosting. Money Back: All accounts of Hostgator come with a 45 day money back guarantee. If you have any queries relating to where by and how to use Hostgator Discount Coupon, you can make contact with us at our site. If you are starting up a website or don't have too much website traffic coming your way, a shared plan is more than enough. Condition you want to take advantage of the worldwide web you prerequisite a HostGator web page, -1 of the most trusted and unfailing web suppliers on the world wide web today. Since, single server is shared by 700 to 800 websites, you cannot expect much speed.
Hostgator tutorials on how to install Wordpress need not be complicated, especially when you will be dealing with a web hosting service that is friendly for novice webmasters and a blogging platform that is as intuitive as riding a bike. After that you can get Hostgator to host your domain and use the wordpress to do the blogging. Once you start site flipping, trust me you will not be able to stop. I cut my webmaster teeth on Control Panel many years ago, but since had left for other hosting companies with more commercial (cough, cough) interfaces. If you don't like it, you can chalk it up to experience and go on. First, find a good starter template design. When I signed up, I did a search for current "HostGator codes" on the web, which enabled me to receive a one-word entry for a discount. Your posts, comments, and pictures will all be imported into your new WordPress blog.- Weighted Mean Calculation
- ↑ http://www.gnu.org/software/gsl/manual/html_node/Weighted-Samples.html
- ↑ Weighted Standard Error and its Impact on Significance Testing (WinCross vs. Quantum & SPSS), Dr. Albert Madansky
- ↑ 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
- ↑ George R. Price, Ann. Hum. Genet., Lond, pp485-490, Extension of covariance selection mathematics, 1972.
- ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ G. H. Hardy, J. E. Littlewood, and G. Pólya. Inequalities (2nd ed.), Cambridge University Press, ISBN 978-0-521-35880-4, 1988.
- ↑ Jane Grossman, Michael Grossman, Robert Katz. The First Systems of Weighted Differential and Integral Calculus, ISBN 0-9771170-1-4, 1980.