IDAX.PPOIS - Cumulative Poisson distribution
The PPOIS function returns the probability that the value of a variable that follows the Poisson distribution is smaller or equal to x. x is the number of successes that is expected within this time interval.
Syntax
IDAX.PPOIS(DOUBLE x, DOUBLE lambda)
Parameter descriptions
- x
- Mandatory.
- lambda
- Mandatory.
Returned information
DOUBLE the cumulative probability distribution from minus infinity to point x.