Calculating Variance of Y using Poisson and Binomial Distributions

  • Thread starter Thread starter CryptoMath
  • Start date Start date
  • Tags Tags
    Binomial Poisson
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
CryptoMath
Messages
11
Reaction score
0

Homework Statement


I need to find the variance of Y.

The number of errors on a page follows a Poisson distribution with lambda = 0.40 average . Y = the number of pages without error among the first 112 pages .

Homework Equations

The Attempt at a Solution


In Poisson, I know that Variance = lambda= 0.40
In Binomial, Variance = n*p*q
1-p = q
Do I simply do 112 x 0.4 x 0.6 to find the variance of Y? How am I supposed to do it?
 
Physics news on Phys.org
andrewkirk said:
First use the Poisson to work out the probability of a page having no errors. Then use that number in the Binomial distribution to solve the problem.
I got this resolved by doing

poissPdf(0.4,0) =p
n = 112

variance with binomial = n*p*q
and its correct answer :)
 
Last edited: