Chapter 3 of Probability & Statistics For Engineers & Scientists Course
Chapter 3 of Probability & Statistics For Engineers & Scientists Course
Lecturer
Fall 2022-2023
1 Learning Objectives
6 Exercises
X : Ω → R.
For example, toss a coin three times and let X be the number of tails observed.
The sample space is: Ω = {HHH, HHT , HTH, THH, HTT , THT , HTT , TTT }.
A formula that is used to calculate the probability in response to an input of the random
variable’s value.
In the case of tossing a coin three times, the variable X , representing the number
of tails:
x 0 1 2 3
1 3 3 1
p(x) 8 8 8 8
The set of ordered pairs (x, f (x)) is a probability function, probability mass
function, or probability distribution of the discrete random variable X if, for each
possible outcome x,
1 f (x) ≥ 0.
P
2
x f (x) = 1.
2 P(X = 4).
3 P(X ≤ 1).
1 0 ≤ F (x) ≤ 1.
2 If x ≤ y , then F (x) ≤ F (y ).
For example:
x 0 1 2 3
1 3 3 1
p(x) = f (x) 8 8 8 8
1 4 7 8
F (x) = P(X ≤ x) 8 8 8 8
Example: The thickness of wood paneling (in inches) that a customer orders is a
random variable with the following cumulative distribution function:
if x < 81
0
0.2 if 18 ≤ x < 41
F (x) = ,
1 3
0.9 if ≤ x <
4 8
3
1 if 8 ≤ x
R∞
2
−∞ f (x)dx = 1.
Rb
3 P(a < X < b) = a f (x)dx.
P(X = x) = 0.
The cdf gives the proportion of population with value less than x, or the
probability of having a value less than x.
For example: If F (x) is the cdf for the age in months of fish in a lake, then F (10)
is the probability a random fish is 10 months or younger.
Properties of F (x):
2 Conversely:
lim F (x) = 1.
x→∞
3 F (x) is non-decreasing.
4 the pdf of x.
P P
2
∀x ∀y f (x, y ) = 1.
PP
For any region A in the xy -plane, P((X , Y ) ∈ A) = A f (x, y ).
Chapter 3
1 Page 91: 3.1, 3.3, 3.5, 3.7, 3.8, 3.11, 3.15, 3.23, 3.30.