Notes โบ EENG 3421: Probability and Statistics for Engineers Lecture 20
Event-Conditioned Random Variables
176 words 1 min Modified
Table of Contents
Conditional Distribution Given an Event
- Condition on an event $B$ with $P[B] > 0$
- Conditioning restricts the underlying sample space to outcomes in $B$
Definition 20.1 (Conditional CDF).
Given event $B$ with $P[B] > 0$, the conditional cumulative distribution function of $X$ is
$$ F_{X\mid B}(x) = P[X \le x \mid B] $$Definition 20.2 (Conditional PMF).
Given event $B$ with $P[B] > 0$, the conditional probability mass function of $X$ is
$$ P_{X\mid B}(x) = P[X = x \mid B] $$Definition 20.3 (Conditional PDF).
For a random variable $X$ and an event $B$ with $P[B] > 0$, the conditional PDF of $X$ given $B$ is
$$ f_{X\mid B}(x) = \frac{dF_{X\mid B}(x)}{dx} $$Theorem 20.4 (Conditional PMF and Conditional PDF from Unconditional).
For a random variable $X$ and an event $B \subset S_X$ with $P[B] > 0$
Discrete
$$ P_{X\mid B}(x) = \begin{cases} \dfrac{P_X(x)}{P[B]} & x \in B \\ 0 & \text{otherwise} \end{cases} $$Continuous
$$ f_{X\mid B}(x) = \begin{cases} \dfrac{f_X(x)}{P[B]} & x \in B \\ 0 & \text{otherwise} \end{cases} $$References
- Course lecture slides 21
Sources
- Course lecture slides 21