Discrete Random Variables¶
Definition (Discrete Random Variables)
A discrete random variable \(X\) on the probability space \((\Omega, \mathcal{F}, \mathbb{P})\) is defined to be a mapping \(X: \Omega \rightarrow \mathbb{R}\) such that
Note (Interpretation of (2.2))
An intuitive Interpretation of (2.2) is: the set of all samples \(\omega\) that make \(X(\omega) = x\) must be in event space \(\mathcal{F}\).
Definition (Probability Mass Function (pmf))
The probability mass function (pmf) of the discrete random variable \(X\) is the function \( p_X : \mathbb{R} \to [0, 1] \) defined by
Thus, \( p_X(x) \) is the probability that the mapping \( X \) takes the value \( x \). Note that \( \text{Im } X \) is countable for any discrete random variable \( X \), and
Because only countable \(x\) has non-zero probability, equation (2.6) equivalent to
Condition (2.6) essentially characterizes mass functions of discrete random variables in the sense of the following theorem.
Theorem (2.7)
Let \( S = \{ s_i : i \in I \} \) be a countable set of distinct real numbers, and let \( \{\pi_i : i \in I\} \) be a collection of real numbers satisfying
There exists a probability space \( (\Omega, \mathcal{F}, \mathbb{P}) \) and a discrete random variable \( X \) on \( (\Omega, \mathcal{F}, \mathbb{P}) \) such that the probability mass function of \( X \) is given by
Proof
Take \( \Omega = S \), \( \mathcal{F} \) to be the set of all subsets of \( \Omega \), and
Finally, define \( X : \Omega \to \mathbb{R} \) by \( X(\omega) = \omega \) for \( \omega \in \Omega \). \(\qed\)
This theorem is very useful, since for many purposes it allows us to forget about sample spaces, event spaces, and probability measures; we need only say "let \( X \) be a random variable taking the value \( s_i \) with probability \( \pi_i \), for \( i \in I \)," and we can be sure that such a random variable exists without having to construct it explicitly.
Definition (Covariance)
For two random variables \(X, Y\), the covariance of \(X, Y\), denoted \(\text{Cov}(X,Y)\) is defined as
Definition (Uncorrelated)
If \(X, Y\) have \(\text{Cov}(X,Y) = 0\), we say that they are uncorrelated.
Theorem
If \(X\) and \(Y\) are independent then they are uncorrelated (but the converse does not hold in general).
Proof
Theorem