Lecture 05
Lecture 05
Processes (MA225)
Lecture Slides
Lecture 05
Random Variables
Example 1: Tossing a fair coin n times. Assume that the tosses are
independent. Let X : S → R be defined by the no. of heads.
P(X2 = 1) = e −2 , P(X2 = 0) = 1 − e −2 .
Cumulative Distribution Function
FX (x) = P(X ≤ x) .
Example 7:
0 if x < 0,
1/4 if 0 ≤ x < 1,
FX (x) =
3/4 if 1 ≤ x < 2,
x ≥ 2.
1 if
Example 2:
0 if x < 2,
2 ≤ x < 3,
1/36 if
3/36 if 3 ≤ x < 4,
6/36 if 4 ≤ x < 5,
10/36 if 5 ≤ x < 6,
15/36 if 6 ≤ x < 7,
FX (x) =
21/36 if 7 ≤ x < 8,
8 ≤ x < 9,
26/36 if
30/36 if 9 ≤ x < 10,
33/36 if 10 ≤ x < 11,
35/36 if 11 ≤ x < 12,
1 if x ≥ 12 .
Example 3:
(
0 if x < 0,
FX1 (x) =
1 − e −x if x ≥ 0.
0
if x < 0,
FX2 (x) = 1 − e −2 if 0 ≤ x < 1,
1 if x ≥ 1.
Proposition: The CDF of a random variable has the following
properties:
(1) FX (·) is non-decreasing and hence has only jump discontinuities.
(2) lim FX (x) = 1, lim FX (x) = 0.
x↑∞ x↓−∞
(3) lim FX (x + h) = FX (x), ∀x ∈ R, thus CDF is right continuous.
h↓0
(4) lim FX (x − h) = FX (x) − P(X = x), ∀x ∈ R.
h↓0