
224 Chapter 5
Q:
Isn’t E(X
1
+ X
2
) the same as E(2X)?
A: They look similar but they’re actually
two different concepts.
With E(2X), you want to find the expectation
of a variable where the underlying values
have been doubled. In other words, there’s
only one variable, but the values are twice
the size.
With E(X
1
+ X
2
), you’re looking at two
separate instances of X, and you’re looking
at the joint expectation. As an example, if X
represents the distribution of a game, then
X
1
+ X
2
represents the distribution of two
games.
Q:
So are X
1
and X
2
the same?
A: They follow the same distribution, but
they’re different instances or observations.
As an example, X
1
could refer to game
1, and X
2
to game 2. They both have the
same probability distribution, but the actual
outcome of each might be different.
Q:
I see that the new variance is
nVar(X) and not n
2
Var(X) like we had for
linear transforms. Why’s that?
A: This time we have a series of
independent observations, all distributed the
same way. This means that we can find the
overall variance by adding the variance of
each one together. If we have n independent
observations, then this gives us nVar(X).
When we calculate the variance of Var(nX),
we multiply the underlying values by n. As
the variance is formed by squaring the
underlying values, this means that the
resulting variance is n
2
Var(X).
Probability distributions describe the probability of
all possible outcomes of a given random variable.
The expectation of a random variable X is the
expected long-term average. It’s represented as
either E(X) or μ. It’s calculated using
E(X) = xP(X=x)
The variance of a random variable X is given by
Var(X) = E(X - μ)
2
The standard deviation σ is the square root of the
variance.
Linear transforms are when a random variable
X is transformed into aX + b, where a and b are
numbers. The expectation and variance are given
by
E(aX + b) = aE(X) + b
Var(aX + b) = a
2
Var(X)
no dumb questions
Independent Observations
Use the following formula to calculate the
variance
E(X
1
+ X
2
+ ... + X
n
) = nE(X)
Var(X
1
+ X
2
+ ... + X
n
) = nVar(X)
Vital StatisticsVital Statistics