Poisson distribution-solve for x

  • Thread starter Thread starter fysiikka111
  • Start date Start date
  • Tags Tags
    Poisson
fysiikka111
Messages
41
Reaction score
0

Homework Statement


How to find for a Poisson distribution the number of successes for a given probability and mean. For example, for mean, \lambda, of 1, and a required probability of 0.01, what would the number of successes in the time interval be?

Homework Equations


Pr(X=x)=\frac{e^{-\lambda}\lambda^{x}}{x!}

The Attempt at a Solution


Not sure how to rearrange to solve for x. Or is there a different approach?
 
Physics news on Phys.org
fysiikka111 said:

Homework Statement


How to find for a Poisson distribution the number of successes for a given probability and mean. For example, for mean, \lambda, of 1, and a required probability of 0.01, what would the number of successes in the time interval be?


Homework Equations


Pr(X=x)=\frac{e^{-\lambda}\lambda^{x}}{x!}

The Attempt at a Solution


Not sure how to rearrange to solve for x. Or is there a different approach?

Solve the equation .01 = e-11x/x! for x.

I would just pick values of x and see if the expression on the right equals .01.
 
Thanks. How would you get rid of the factorial?
 
You replace it with its value. For example, if you pick x = 3, 3! = 6.
 
Since x is an integer in the Poisson distribution, there might not be an exact solution. For example, if lambda = 1 and the required probability is p = 0.01, Maple gets x = 4.278021, by interpreting x! in terms of a Gamma function. The actual p-values at x = 4 and x = 5 are 0.0153283 and 0.0030657, respectively.

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top