> anishgoyal β–ˆ


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

Probability Mass Functions

calendar_today   article 547 words   access_time 4 min   replay Modified

Table of Contents

Random Variables

Definition 07.1 (Random Variable).

A random variable consists of

  • An experiment with probability measure $P[\cdot]$ defined on a sample space $S$
  • A function that assigns a real number to each outcome in $S$

Equivalently

$$ X \colon S \to \mathbb R $$

Notation

Proposition 07.2 (Event Induced by a Random Variable Value).

For any real number $x$

$$ \{X = x\} = \{s \in S \mid X(s) = x\} $$

Discrete Random Variables

Definition 07.3 (Discrete Random Variable).

$X$ is a discrete random variable if the range of $X$ is a countable set

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

Probability Mass Function

Definition 07.4 (Probability Mass Function).

The probability mass function of a discrete random variable $X$ is

$$ P_X(x) = P[X = x] $$
Theorem 07.5 (Basic Properties of a PMF).

Let $X$ be a discrete random variable with PMF $P_X(x)$ and range $S_X$

  • Nonnegativity
$$ P_X(x) \ge 0 \quad \text{for all } x $$
  • Total mass
$$ \sum_{x \in S_X} P_X(x) = 1 $$
  • Probability of an event in the range For any event $B \subseteq S_X$
$$ P[B] = \sum_{x \in B} P_X(x) $$
Corollary 07.6 (Probability of a Value Set).

If $B = \{x_{i_1}, x_{i_2}, \dots\}$ is any subset of $S_X$ then its probability is obtained by summing the corresponding masses

$$ P[X \in B] = \sum_{x \in B} P_X(x) $$
Corollary 07.7 (Complement in the Range).

For any $B \subseteq S_X$

$$ P[X \in B^c] = 1 - P[X \in B] $$

where $B^c$ is taken relative to $S_X$

Note

A candidate function is a valid PMF only if it satisfies

  • $P_X(x) \ge 0$ for all $x$
  • The total sum over the support equals $1$

If an unknown constant appears in a PMF formula then it is determined from

$$ \sum_{x \in S_X} P_X(x) = 1 $$

References

Sources

Graph