| Statistics Toolbox | ![]() |
Inverse of the Poisson cumulative distribution function (cdf)
Syntax
Description
poissinv(P,LAMBDA)
returns the smallest value X such that the Poisson cdf evaluated at X equals or exceeds P.
Examples
If the average number of defects (
) is two, what is the 95th percentile of the number of defects?
What is the median number of defects?
See Also
icdf, poisscdf, poissfit, poisspdf, poissrnd, poisstat
| poissfit | poisspdf | ![]() |