next up previous
Next: About this document ...

Statistics 4540/6571
Mean, Variance and Covariance of Random Variables




This handout summarizes some results on finding the mean, variance and covariance of random variables. We will also state (without proof) some results on working with expected values of sums and products of random variables. I realize that this material will be very familiar to many of you. Our definitions for the mean and variance will assume that our random variable $X$ is continuous:

If $X$ is a continuous random variable, then its probability distribution or probability density function (pdf) is a function $f(x)$ such that for any two numbers $v \leq w$,

\begin{displaymath}
P(v \leq X \leq w) = \int_{v}^{w} f(x) dx
\end{displaymath}



Definitions





Assorted Rules



We now introduce some rules that can be applied to means and variances of functions of random variables. In the rules, the $a_{i}$ and $b_{i}$ values are fixed constants, and the $X_{i}$ values represent random variables. All the rules assume:

\begin{displaymath}
\mbox{E}(X_{i}) = \mu_{i}, \quad
\mbox{Var}(X_{i}) = \sigma^{2}_{i}
\end{displaymath}

  1. $\mbox{E}\left[ \displaystyle \sum_{i = 1}^{n}
(a_{i}X_{i} + b_{i}) \right] =
\displaystyle \sum_{i = 1}^{n} (a_{i}\mu_{i} + b_{i})$.

  2. $\mbox{Cov}[(a_{i} X_{i} + b_{i}),
(a_{j} X_{j} + b_{j})] =
a_{i}a_{j} \mbox{Cov}(X_{i}, X_{j})$.

  3. $\mbox{Var}\left[ \displaystyle \sum_{i = 1}^{n}
(a_{i}X_{i} + b_{i}) \right] =...
...
a_{i}^{2}\sigma^{2}_{i} +
\sum_{i \neq j} a_{i}a_{j}\mbox{Cov}(X_{i}, X_{j})$.

  4. If $X_{i}$ and $X_{j}$ are independent, then $\mbox{E}(X_{i}X_{j}) = \mbox{E}(X_{i})\mbox{E}(X_{j})$.

  5. If $X_{i}$ and $X_{j}$ are independent, then $\mbox{Cov}(X_{i}, X_{j}) = 0$.

    Question: Based on this result, how can you simplify Rule 3, if all $X_{i}$ are independent?




next up previous
Next: About this document ...
Gary Sneddon 2004-01-13