Poisson distribution-solve for x

  • Thread starter Thread starter fysiikka111
  • Start date Start date
  • Tags Tags
    Poisson
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 7K views
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, [itex]\lambda[/itex], of 1, and a required probability of 0.01, what would the number of successes in the time interval be?

Homework Equations


[tex]Pr(X=x)=\frac{e^{-\lambda}\lambda^{x}}{x!}[/tex]

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, [itex]\lambda[/itex], of 1, and a required probability of 0.01, what would the number of successes in the time interval be?


Homework Equations


[tex]Pr(X=x)=\frac{e^{-\lambda}\lambda^{x}}{x!}[/tex]

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?
 
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