> anishgoyal โ–ˆ


Notes โ€บ EENG 3421: Probability and Statistics for Engineers Lecture 10

Averages and Expected Value

calendar_today   article 355 words   access_time 3 min   replay Modified

Table of Contents

Averages

Definition 10.1 (Mode).

A mode of random variable $X$ is a number $x_{\text{mod}}$ satisfying

$$ P_X(x_{\text{mod}}) \ge P_X(x) \quad \text{for all } x $$
Definition 10.2 (Median).

A median, $x_{\text{med}}$, of random variable $X$ is a number that satisfies

$$ P[X \le x_{\text{med}}] \ge \frac12 $$$$ P[X \ge x_{\text{med}}] \ge \frac12 $$

Expected Value

Definition 10.3 (Expected Value).

The expected value of $X$ is

$$ E[X] = \mu_X = \sum_{x \in S_X} x P_X(x) $$
Proposition 10.4 (Expected Value as a Weighted Average).

If $S_X = \{x_1,x_2,\dots\}$ then

$$ E[X] = \sum_i x_i P[X=x_i] $$

where the weights $P[X=x_i]$ are nonnegative and sum to $1$

Expected Value for Common Families

Theorem 10.5 (Expected Value of Bernoulli $(p)$).

If $X$ is Bernoulli $(p)$ then

$$ E[X] = p $$

Proof. For Bernoulli $(p)$

$$ P_X(0)=1-p,\quad P_X(1)=p $$

So

$$ E[X] = 0\cdot(1-p) + 1\cdot p = p $$

Theorem 10.6 (Expected Value of Geometric $(p)$).

If $X$ is Geometric $(p)$ then

$$ E[X] = \frac{1}{p} $$
Theorem 10.7 (Expected Value of Poisson $(\alpha)$).

If $X$ is Poisson $(\alpha)$ then

$$ E[X] = \alpha $$
Theorem 10.8 (Expected Values of Other Discrete Families).
  • If $X$ is Binomial $(n,p)$
$$ E[X] = np $$
  • If $X$ is Pascal $(k,p)$
$$ E[X] = \frac{k}{p} $$
  • If $X$ is Discrete Uniform $(k,\ell)$
$$ E[X] = \frac{k+\ell}{2} $$

References

Sources

Graph