Suppose that the number of customers that enter a bank in an hour is a Poisson random variable, and suppose that P(X =0) = 0.02.
i. What is the probability that at most one person enter the bank in one hour?
ii. Determine the mean and standard deviation of X
PMF of a Poisson distribution is
i.
The excel function =POISSON.DIST(1,-LN(0.02),TRUE) can be used to obtain the answer.
ii. Mean and standard deviation of x
The mean and variance of a Poisson distribution is
Thus,
The mean is and
Standard deviation is
Comments