You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Algebraic formula for the variance

From EverybodyWiki Bios & Wiki

In probability theory and statistics, there are several algebraic formulae for the variance available for deriving the variance of a random variable. The usefulness of these depends on what is already known about the random variable; for example a random variable may be defined in terms of its probability density function or by construction from other random variables. The context here is that of deriving algebraic expressions for the theoretical variance of a random variable, in contrast to questions of estimating the variance of a population from sample data for which there are special considerations in implementing computational algorithms.

In terms of raw moments[edit]

If the raw moments E(X) and E(X 2) of a random variable X are known (where E(X) is the expected value of X), then Var(X) is given by

The result is called the KönigHuygens formula in French-language literature[1] and known as Steiner translation theorem in Germany.[2]

There is a corresponding formula for use in estimation of the variance from sample data, that can be of use in hand calculations. This is a closely related identity that is structured to create an unbiased estimate of the population variance

However, use of these formulas can be unwise in practice when using floating point arithmetic with limited precision: subtracting two values having a similar magnitude can lead to catastrophic cancellation,[3] and thus causing a loss of significance when .[4] There several other numerically stable algorithms for calculating variance for use with floating point numbers.[4]

Proof[edit]

The computational formula for the population variance follows in a straightforward manner from the linearity of expected values and the definition of variance:

Generalization to covariance[edit]

This formula can be generalized for covariance, with two random variables Xi and Xj:

as well as for the n by n covariance matrix of a random vector of length n:

and for the n by m cross-covariance matrix between two random vectors of length n and m:

where expectations are taken element-wise and and are random vectors of respective lengths n and m.

Note that this formula suffers from the same loss of significance as the formula for variance if used for calculating estimates of the covariance, and alternative algorithms should be used instead.[4]

See also[edit]

References[edit]

  1. In French: formule de Koenig–Huygens. See e.g. Martiano, Jean-Jacques (2006), Maths: prépas commerciales, Studyrama, p. 148, ISBN 9782844728289
  2. In German: Verschiebungssatz von Steiner. See e.g. Christoph, Gerd; Hackel, Horst (2013), Starthilfe Stochastik: Studium, Springer, p. 50, ISBN 9783322847997.
  3. Donald E. Knuth (1998). The Art of Computer Programming, volume 2: Seminumerical Algorithms, 3rd edn., p. 232. Boston: Addison-Wesley.
  4. 4.0 4.1 4.2 Schubert, Erich; Gertz, Michael (2018-07-09). Numerically stable parallel computation of (co-)variance. ACM. p. 10. doi:10.1145/3221269.3223036. ISBN 9781450365055. Search this book on


This article "Algebraic formula for the variance" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Algebraic formula for the variance. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.