Probability Distributions
Probability Distributions
DISTRIBUTIONS
Course Objective
To understand
Random Variable
Frequency Distributions
Probability Distributions
Binomial Distribution
Poisson Distribution
Normal Distribution
Random Variable (RV)
A variable that can take many real values which are
determined by the outcomes of a random
experiment on a real line -∞,+∞
A chance or Stochastic Variable
Value depends on outcomes of a random experiment
Discrete (countable finite values) or Continuous
(uncountable or infinite values)
Relative Frequency of a
Random Variable
Consider the following frequency distribution
No. of
items 0 1 2 3 4 5 Total
sold X :
Number
of days= 10 15 30 20 15 10 100
f(x)
Relative Frequency of a
Random Variable
Now prepare a table of relative frequency
(divide each frequency by the sum of frequencies)
No.
0 1 2 3 4 5 6
(X)
Pblty
0.02 0.10 0.21 0.32 0.20 0.09 0.06
(P)
Solution
Mean= μ = E(X) = ∑pixi
= x1p1+x2p2+ x3p3+x4p4+ x5p5+x6p6
= 0+ 0.1+0.42+0.96+0.80+0.45+0.36
μ = 3.09
Problem 1 - Solution
Variance = σ2 = V(X) = E(Xi2)- [E(Xi)]2
=
{ 02(0.02) + 12(0.10) + 22(0.21) + 32(0.32) +
42(0.20) + 52(0.09) + 62(0.06)}- [3.09]2
No.of days 0 1 2 3 4
absent:X
No.of 28 62 46 10 4
Absentees:
f(x)
BD: Problem 3 solution
Steps :
(i) N = 4; N = ∑f = 150
(ii) Find Mean of the distribution ∑f(x) / ∑f
= (0+62+92+30+16)/150=200/150=4/3 = 1.33
(iii) μ = 4/3 or 1.33; np = 4/3 or 1.33;
hence, p = 1/3 or 0.33
and q = 1 – p = 2/3 or 0.67
(iv) Obtain P(x=0) to P(x = 4) using the formula
(ncxpxqn-x )
(v) Multiply these values with N = 150
x P(x) Frequency
f(x)=N*P(x)=150*P(x)
0 4
c 0 (1/3)0(2/3)4=16/81= 0.1975 150*0.1975=29.63=30
1 4
c 1 (1/3)1(2/3)3=4(8/81)=0.3951 150*0.3951=59.26=59
2 4
c 2(1/3)2(2/3)2=43/21)(4/81)=0.2963 150*0.2963=44.44=44
3 4
c 3 (1/3)3(2/3)1 =4(2/81)=0.0988 150*0.0988=14.81=15
4 4
c 4 (1/3)4(2/3)0=1/81=0.123 150*0.0123=1.85=2
X 0 1 2 3 4 Tota
l
f(x) 30 59 44 15 2 150
POISSON DISTRIBUTION (PD)
PD
Also known as the “Law of Improbable
Events”, Poisson Distribution was derived in the
year 1837 by French Mathematician Simeon
Poisson
It is used in cases where the chance of any
individual event being a success is small
It is used to describe rare events like number of road
accidents, number of printing mistakes in a book,
etc.
PD - conditions
Poisson Distribution may be obtained as a limiting
case of Binomial Distribution under the following
conditions:
i) n, number of trials is infinitely large, ie., n∞
ii) p, the constant probability of success for each
trial is infinitely small, i.e., p 0
iii) np=λ is finite
PD - Examples
The following are some of the events which may be
analyzed using Poisson Distribution:
a) The demand for a product,
b) Typographical errors occurring on the pages of a book,
c) The occurrence of accident in a factory,
d) The arrival pattern of customers in a departmental store,
e) The occurrence of flaws in a bolt factory, and
f) The arrival of calls at a switch board.
PD – Probability density function
Under the above three conditions, the BD
Probability density function tends to PD
Probability density function as given below:
P(X) = e-λ λx/x! where x = 0,1,2……. ∞
(the number of successes)
λ = np and
e = 2.71828
PD – Mean and Variance
Mean of PD: µ = E(X) = ∑xf(x) = ∑x e-λ λx/x!
= 0+λ e-λ+(λ2/2!) e-λ+(λ3/3!) e-λ+..
= λ e-λ(1+ λ + λ2 /2!+ λ3 /3!...)
= λ e-λ eλ= λ
Variance of PD: σ2 = E(X2) - [E(X)2 = E(X2)-λ2
= ∑x2 e-λ λx/x!- λ2
= λ2+ λ- λ2 = λ
Thus the variance of Poisson distribution is also λ.
The Standard Deviation (SD) of PD = σ = √ λ
PD: Problem 1
On an average, one in 400 items is defective. If the
items are packed in boxes of 100, what is the
probability that any given box of items will contain:
a) no defective
b)less than two defectives
c) one or more defectives
d) more than three defectives
PD: Problem 1 solution
Probability of a defective item p = 1/400;
number of items packed in the box n = 100;
λ = np = 100 x 1/400 = 0.25;
a) Probability of no defective
= P(X=0) = e-λ = e-0.25 = 0.7788
No. of accidents: 0 1 2 3 4
No. of days: 21 18 7 3 1
PD: Problem 3 solution
Steps:
(i) Mean of the given frequency distribution is
0 + 18 + 14 + 9 + 4 / 50 = 0.9
(ii) Hence, λ = 0.9. Poisson probabilities are
f(0)= e-λ= e-0.9 =0.4066,
f(1)= λf(0)=0.9 x 0.4066=0.3659
f(2)= (λ/2)f(1)=(0.9/2) x 0.3659=0.1647
f(3)= (λ/3)f(2)=(0.9/3) x 0.1647 = 0.0494
f(4)= (λ/4) f(3)= (0.9/4) x 0.0494 = 0.0111
PD: Problem 3 solution
X Poisson N*P(x)
valu Probability
e P(x)
0 0.4066 0.4066 * 50 = 20.33 ~ 20
1 0.3659 0.3659 * 50 = 18.33 ~ 18
2 0.1647 0.1647 * 50 = 8.24 ~ 8
3 0.0494 0.0494 * 50 = 2.47 ~ 2
4 0.0111 0.0111 * 50 = 0.56 ~ 1
NORMAL DISTRIBUTION (ND)
ND
Also known as Laplace , Gauss and famous as
Normal distribution, it was discovered by De
Moivre as the limiting case of Binomial model in
1733.
It is approximation of BD as it tends to the form of
the continuous curve when n becomes large
The limiting frequency curve, obtained as n,
becomes large and is called the Normal frequency
curve or simply the Normal curve
ND – Probability density function
A random variable X is said to have a Normal Distribution with
parameters μ (mean) and σ2 (Variance) if the density function is
given by
1
y= f(x) = ---- e -1/2{x-μ/ σ}2 ; -∞< x <+∞
σ√2∏