CHAPTER 3. Some Common Probability Distributions 2023
CHAPTER 3. Some Common Probability Distributions 2023
SOME COMMON
CHAPTER 3 PROBABILITY DISTRIBUTIONS
Types of Distributions
SOME COMMON Bernoulli Distribution
PROBABILITY DISTRIBUTIONS Binomial Distribution
Poisson Distribution
Normal Distribution
Dr. Lam Son
[email protected]
Uniform Distribution
033.6969.909
Exponential Distribution
A Bernoulli trial is one of the simplest experiments Each trial must be independent: the outcome of
you can conduct in probability and statistics. It’s an one trial does not affect the outcomes of any
experiment where you can have one of two possible other trials.
outcomes. For example, “Yes” and “No” or “Heads”
and “Tails.”
A series of Bernoulli trials:
Bernoulli trials are usually phrased in terms - Each trial is independent.
of success and failure. Success doesn’t mean
success in the usual way — it just refers to an - Each trial has only two possible outcomes:
outcome you want to keep track of. 1 (success) and 0 (failure)
p(success)=p p(failure)=1-p
1
16/03/2023
Example Excel
The experiment is binomial with n =10 and p = 0.2 Type the following into any empty cell:
Let X be the number of correct answers in n trials.
X~B(10; 0.2) =BINOMDIST([k], [n], [p], [True] or [False])
a) P(X=0) =?
b) P(X=2) = ? Typing “True” calculates a cumulative probability and
c) Find the probability that Pat fails the quiz. A typing “False” computes the probability of an
mark is considered a failure if it is less than 50%. individual value of X.
P(X ≤ 4) = ?
2
16/03/2023
The Poisson random variable is the number of A statistics instructor has observed that the number of
successes that occur in a period of time or an interval typographical errors in new editions of textbooks varies
considerably from book to book. After some analysis, he
of space in a Poisson experiment.
concludes that the number of errors is Poisson distributed
µx with a mean of 1.5 per 100 pages. The instructor randomly
P( X = x) = p( x) = e−µ . selects 100 pages of a new book. What is the probability
x! for x = 0; 1; 2; …
that there are no typographical errors?
X 0 1 2 .. x
Suppose that the instructor has just received a copy of a
new statistics book. He notices that there are 400 pages.
2
µx
e −µ
P
e −µ .µ e−µ . µ e −µ . a. What is the probability that there are no typos?
2 x!
b. What is the probability that there are five or fewer typos?
E(X)=µ
V(X)=σ2
3
16/03/2023
Normal Distributions with the Same Variance Normal Distributions with the Same Means
but Different Means but Different Variances
2π
4
16/03/2023
x −µ
P(X<x) = p(Z< = zA) =
σ
NORMSDIST(zA)=F(zA)
NORMSINV([1 – A]) = zA
z1-A = - zA
X −µ X −µ x−µ x−µ
Practice Z= P( X < x) = P( < ) = P(Z < )
σ σ σ σ
5
16/03/2023
E(χ2)=n V(T)=n/(n-2)
χ 2 t 1(−nα ) 0 t α( n ) u
fα( n1 , n2 ) x
p ( F > fα ( n1 , n2 )
) =α
1
fα( n1 , n2 ) = ( n2 , n1 )
f 1−α