Statistics Toolbox
  Go to function:
    Search    Help Desk 
poissinv    Examples

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?



[ Previous | Help Desk | Next ]