Some Discrete Probability Distributions
Some Discrete Probability Distributions
Dr.Rehab Alsultan
1 Introduction
3 Poisson Distribution
The two possible outcomes are labeled: success (s) and failure (f)
3. The repeated trials are independent; that is the outcome of one trial
has no effect on the outcome of any other trial
FFSFFFFSFSFSSFFFFFS · · ·
Then the probability of X successes in that order is
P(X ) = q.q.p.q · · ·
= p X q n−X
X ∼ Binomial(n,p) or X ∼ b(x; n, p)
n!
f (x) = P(X = x) = p X q n−x x = 0, 1, 2, · · · , n
x!(n − x)!
n!
where X !(n−X )! is the number of ways to obtain X successes in n trials,
and n! = n(n–1)(n–2) · · · (2)(1)
Dr.Rehab Alsultan (UQU) A first course in Probability March 19, 2024 6 / 21
Dr.Rehab Alsultan (UQU) A first course in Probability March 19, 2024 7 / 21
We can write the probability distribution of X as a table as follows.
E [X 2 ] = λ(λ + 1)
σ 2 = Var (X ) = λ
t −1)
M(t) = e λ(e
µ = E [X ] = λ = 4.6
σ 2 = Var (X ) = λ = 4.6
P(3 < X < 6) = f (4) + f (5) = F (6) − F (3) = 0.686 − 0.326 = 0.36