11 Lecture 10, January 29, 2024
We begin Chapter 5 in this lecture!
11.0.1 Chapter 5. Discrete Random Variable
Definition 11.1 (Random Variable) A random variable is a function that maps assigns a real number R to each point in a sample space S. That is, X is a random variable if X:S→R.
Definition 11.2 (Range) The values that a random variables takes is called the range of the random variable. We often denote the range of a random variable X by X(S).
Definition 11.3 (Discrete random variable) The discrete random variables take integer values, or more generally, values in a countable set (i.e. finite or countably infinite set). That is, its range is a discrete/countable subset of R.
Definition 11.4 (Continuous random variable) A random variable is continuous if its range is an interval that is a subset of R (e.g. $[0,1], (0,), {R} $).
Definition 11.5 (Probability (mass) function) The probability (mass) function of a discrete random variable X is the function fX(x)=P(X=x), for x∈R, which is non-zero at at most countably many values.
Notation: We write P(X=x) as the shorthanded notation for P({ω∈S:X(ω)=x}).
Notation: We can write fX(x)=P(X−1(x))=(P∘X−1)(x). We call this as push-forward probability measure.
Note: The definition fX is valid for all x, but the value is zero when x is outside the range of the random variable X. (This is called the null set).
Properties of probability mass function f:
fX(x)∈[0,1] for all x, and
∑x∈X(ω)fX(x)=1. i.e. sum of the probability on ALL the events equal to 1.