Probability Distribution
Probability Distribution
The list of all possible outcomes of a random variable along with their
probabilities of occurrence is called probability distribution.
Outcome(Marks) Probability
0 P(0)
1 P(1)
2 P(2)
3 P(3)
4 P(4)
5 P(5)
Outcome Probability
H 0.5
T 0.5
Example
Ex 2 Adoctor recommends a patient to take a particular diet for two weeks and there
is equal chance for the patient to lose weight between 2 kgs and 4 kgs. What is the
average amount the patient is expected to lose on this diet?
4
E(x) =
2
x *1 / 2dx =[ x2 /2 *1/2]
Probability Distribution Function
Discrete Probability Distribution: A probability distribution in which
the random variable is permitted to take on integer values.
Notes:
1. The probability of any specific outcome for discrete variable must
fall 0 to 1. 0 ≤ P(x= r) ≤ 1
2. ∑ P(x= r ) = 1
n! r n - r
P(r) pq
r!n r!
Excel Formula:
=BINOM.DIST(number_s, trials, probability_s, cumulative)
Mean = np
SD = npq
The binomial distribution is fully defined if we know both ‘n’ & ‘p’.
Q.1 A coin is tossed four times. Calculate the probability of obtaining
more heads than tails.
Sol : Trials n = 4
Success = obtaining more heads than tails.
Failure = Not obtaining more heads than tails.
P(x = 3H or 4H) = P(x=3) + P(x =4)
n! r n - r
P(r) pq
r!nr!
P(x =3)= 4 !/ 3! 1! (1/2)3(1/2) = 0.25
P(x =4)= 4 !/ 4! 0! (1/2)4(1/2)0 = 0.0625
P(x=3 or 4) =0.3125
2. P(x=3 0r 4 0r 5) = P(x=3)+P(x=4)+P(x=5)
= 0.329+ 0.329+ 0.131= 0.789
3. P(x=2) = 0.164
Q.3 If from six to seven in the evening one telephone line in every five is
engaged in a conversation: what is the probability that when 10 telephone
numbers are chosen at random, only two are in use?
n= 10
p = 1/5
q = 4/5
1.
P(x= 2) = 10C2(1/5)2(4/5)8
= 0.301
Important Points:
N ! = N * (N-1)*(N-2)* --------3*2*1
0! = 1
N ! = N* (N-1)!
Poisson distribution
It is not always appropriate to classify the outcome of a test simply as
pass or fail. Sometimes, we have to count the number of defects where
there may be several defects in a single item.
The Poisson distribution is a discrete probability distribution that
specifies the probability of a certain number of occurrences over a
specified interval.
The Poisson distribution describes the occurrence of rare events
A Poisson distribution is a discrete probability distribution. It gives
the probability of an event happening a certain number of times (k)
within a given interval of time or space. The Poisson distribution has
only one parameter, λ (lambda), which is the mean number of events.
In Poisson distribution probability of occurrence of an outcome
within a very small time period is very small, and probability that two
or more such outcomes will occur within the same small time interval
is negligible.
Assumptions of the Poisson distribution:
• It is a discrete distribution
• It describes rare events
• Each occurrence is independent of the other occurrences
• It describes discrete occurrences over a continuum or interval
• The occurrences in each interval can range from zero to infinity
• The expected number of occurrences must hold constant throughout
the experiment
• The number of trials “n” tends to infinity
• Probability of success “p” tends to zero
• Mean (np) is finite
• The Poisson distribution is a limiting case of the binomial
distribution when the number of trials increases without limit while
the product of the number of trials and the probability of success
remains constant
Q.2 The number of misprints on a page of the Daily News Paper has
Poisson distribution with mean 1.2. Find the probability that the no.
of errors (a) on page four is 2; (b) on page three is less than 3
(e-1.2 = 0.3012)
1. 0.2168
2. 0. 8794
Normal Distribution: Normal distribution, also known as the
Gaussian distribution, is a probability distribution that is symmetric
about the mean, showing that data near the mean are more frequent in
occurrence than data far from the mean. In graph form, normal
distribution will appear as a bell curve.
For a normal distribution, 68% of the observations are within +/- one
standard deviation of the mean (µ-σ to µ+σ), 95% are within +/- two
standard deviations (µ-2σ to µ+2σ), and 99.7% are within +- three
standard deviations (µ-3σ to µ+3σ).
Z= x- µ/ σ
Excel Formula:
= NORM.DIST(x, mean, standard deviation, cumulative)
Q.1 The lifetimes of certain kinds of electronic devices have a mean of
300 hours and standard deviation of 25 hours. Assuming that the
distribution of these lifetimes, which are measured to the nearest hour,
can be approximated closely with a normal curve
(a) Find the probability that any one of these electronic devices will have
a lifetime of more than 350 hours.
(b) What percentage will have lifetimes of 300 hours or less?
(c) What percentage will have lifetimes from 220 to 260 hours?
Q.2 Most graduate schools of business require applicants for admission
to take the Graduate Management Admission Council’s GMAT
examination. Scores on the GMAT are roughly normally distributed with
a mean of 527 and a standard deviation of 112. What is the probability
of an individual scoring above 500 on the GMAT?
Q.3 The weekly wages of 1000 workmen are normally distributed
around a mean of Rs. 70 with a standard deviation of Rs. 5.
Estimate the number of workers whose weekly wages are
1) Between Rs. 69 to Rs. 72
2) Less than Rs. 69
3) More than Rs. 72