Variance

AKA second moment.

The variance of a distribution is a measure of the "spread" of the distribution.

For discrete random variable:

(1)
Var(Y) = \sum_{y}([Y-E(Y)]^2*P(Y))

For a continuous random variable:

(2)
Var(X) = \int_{X} [x-E(x)]^2 . p(x).dx

Also,

\sigma^2 = Var(X) or \sqrt(Var(X)) = \sigma

where \sigma is the Standard Deviation

See also: Covariance.

page_revision: 6, last_edited: 1223237978|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License