> anishgoyal β–ˆ


Notes β€Ί EENG 3421: Probability and Statistics for Engineers Lecture 12

Expected Value of a Derived Random Variable

calendar_today   article 197 words   access_time 2 min   replay Modified

Table of Contents
Theorem 12.1 (Expected Value of a Derived Random Variable).

Given a random variable $X$ with PMF $P_X(x)$ and the derived random variable $Y=g(X)$

$$ E[Y] = \mu_Y = \sum_{x \in S_X} g(x) P_X(x) $$
Theorem 12.2 (Centered Random Variable Has Zero Mean).

For any random variable $X$

$$ E[X-\mu_X]=0 $$

Proof. Let $g(X)=X-\mu_X$ and apply the derived expectation theorem

$$ E[g(X)] = \sum_{x\in S_X} (x-\mu_X)P_X(x) $$

Split the sum

$$ \sum_{x\in S_X} xP_X(x) - \mu_X \sum_{x\in S_X} P_X(x) $$

The first sum is $\mu_X$ by definition The second sum is $1$ So the result is $0$

Theorem 12.3 (Linearity for Affine Functions).

For any random variable $X$ and constants $a,b$

$$ E[aX+b]=aE[X]+b $$
Corollary 12.4 (Shift Does Not Change Relative Centering).
$$ E[X+b]=E[X]+b $$
Corollary 12.5 (Scaling Scales the Mean).
$$ E[aX]=aE[X] $$
Proposition 12.6 (Nonlinearity Warning).

In general

$$ E[g(X)] \ne g(E[X]) $$

when $g$ is nonlinear

References

Sources

Graph