Variance#
Definition: Variance
The variance of a random variable \(X\) is the Expectation of square of the deviation from \(X\)'s Expectation:
Notation
Tip: Discrete Variance
The variance of a discrete random variable \(X\) with support \(S = \{x_1, x_2, \dotsc\}\) and probability mass function \(p\) is given by the value of the following series:
If \(S\) is finite, then this reduces to a simple sum:
Properties#
Theorem: Computation Formula for Variance
The variance of every random variable \(X\) is the difference between the Expectation of its square and the square of its Expectation:
Proof
TODO
Theorem: Variance of Constant Multiple
The variance of a constant multiple \(\lambda \in \mathbb{R}\) of a random variable \(X\) is equal to the square of \(\lambda\) multiplied by the variance of \(X\):
Proof
TODO
Theorem: Variance of Sum and Difference
If \(X\) and \(Y\) are two Random Variables, then the variance of their and the variance of their difference are both equal to the sum of their variances:
Proof
TODO
Standard Deviation#
Definition: Standard Deviation of a Random Variable
The standard deviation of a random variable \(X\) is the square-root of its variance.
Notation