08 ASAP Business Analytics Probability Distributions
08 ASAP Business Analytics Probability Distributions
Business Analytics
Ans:11.7
Ans:0.74431
If 10 coins are tossed 100 times ,How many times you expect 7 heads
'=BINOM.DIST(D6,D5,D7,FALSE)
The mean and the variance of the Poisson distribution are the same, which is
equal to the average number of successes that occur in the given interval of
time (np).
Poisson Distribution problems
Poisson Distribution problems
Mean and Standard Deviation of
a Poisson Distribution
During a two-hour period, the mean number of calls is 60. In cell C4, I find
the probability (0.05) that exactly 60 calls will be received in the next two
hours by using the POISSON.DIST(60,C2,False) formula. In cell C5, I find the
probability (0.534) that at most 60 calls will be received in two hours with
the POISSON.DIST(60,C2,True) formula. In cell C6, I find the probability
(0.916) that from 50 through 100 calls will be received in two hours with
the POISSON.DIST(100,C2,True)–POISSON.DIST(49,C2,True) formula.
Poisson Distribution Using MS Excel:
Suppose that my consulting business receives an average of 30 phone calls
per hour. During a two-hour period, I want to determine the following:
1. The probability that exactly 60 calls will be received in the next two
hours
2. The probability that the number of calls received in the next two hours
will be fewer than or equal to 60
3. The probability that from 50 through 100 calls will be received in the
next two hours
.
Multinomial Distribution
The multinomial distribution is similar to the binomial
distribution except that there are more than two possible results
from each trial. For example, mechanical components coming
off a production line might be classified on the basis of a
particular dimension as undersize, acceptable, or oversize
(three possible outcomes).
If the outcome of any one trial is determined completely
by chance, all trials are independent and have the same set of
probabilities for the various possible outcomes, and the number
of trials is fixed, the multinomial distribution would apply.
Notice that if we consider separately just one result and lump
together all other results from each trial, the multinomial
distribution becomes a binomial distribution.
Thus, in the example of mechanical components just cited, if
undersized and oversized are lumped together as
unacceptable, the distribution becomes binomial.
Exponential Distribution
The exponential probability distribution is useful
in describing the time it takes to complete a task. The
exponential random variable can be used to describe
the time between vehicle arrivals at a toll booth, time
required to complete a questionnaire, the distance
between major defects in a highway.
For example, whenever the time between arrival and
time required to complete the questionnaire,
whenever the word the between comes. Then that is
the then it is appropriate to use exponential
distribution. The density function for a exponential
probability distribution is f (x) = (1/ μ). e (-x/μ).
Here, μ is the mean.
Exponential distribution
So, what is the meaning of this exponential distribution is
supposed, if the loading time, the probability of loading
time less than 6 is this area. The probability of loading time
between 6 and 18 is this one this time, this is a probability,
this shadowed portion represents the probability of that
loading time is between 6 and 18.
Because in many application of exponential distribution will
use the cumulative probability density function. So, for an
exponential distribution, the formula for finding the
cumulative probability density function = 1 - e (- x 0 / μ)
where x0 is some specific value of x. it is nothing but if you
integrate that to distribution, if you integrate the distribution
between the intervals when you simplify it, you will get this
answer
Exponential distribution
We will see one example of this exponential
probability distribution. The time between arrivals of
cars at a petrol pump follows an exponential
probability distribution with the mean time between
arrivals of 3 minutes. See that it is mean time
between arrivals. So, the mean is 3 here. The petrol
pump owner would like to know, the probability that
time between 2 successive arrivals will be 2 minutes
or less. So x value is less than or equal to 2.
Exponential distribution
We will see one example of this exponential
probability distribution. The time between arrivals of
cars at a petrol pump follows an exponential
probability distribution with the mean time between
arrivals of 3 minutes. See that it is mean time
between arrivals. So, the mean is 3 here. The petrol
pump owner would like to know, the probability that
time between 2 successive arrivals will be 2 minutes
or less. So x value is less than or equal to 2.
Relationship between poisson and
Exponential distribution
Now, there is a very important relationship between
poisson and exponential distribution. See, the
Poisson distribution provides an appropriate
description of number of occurrences per interval. So,
one interval is there. In that interval, how many
occurrences happened, is the Poisson distribution. In
the exponential distribution provides an appropriate
description of length of the interval between the
occurrences. Suppose the same interval between this
occurrence to this occurrences, so this phenomena is
explained with the help of between 2 occurrences,
this phenomena is explained with the help of
exponential distribution.
If the number of customers arriving at a bank is governed by a Poisson random
variable, what random variable governs the time between arrivals?
The time between arrivals can be any value, which means that
the time between arrivals is a continuous random variable. If
an average of arrivals occurs per time unit, the time between
arrivals follows an exponential random variable having the
probability density function (pdf) of f(t) = λ–λt. This random
variable has a mean, or average, value equal to 1/λ. For λ = 30,
a graph of the exponential pdf is shown in Figure.
Continuous Distributions