poissoninv
Calculates the inverse cumulative distribution function (CDF) for the Poisson distribution. Depending on input, function can return scalar, vector or matrix
Arguments
- Real value y
- Real parameter lambda (variance of y)
Output
Resulting value
Examples