IDAX.DPOIS - Density of the Poisson distribution
The DPOIS function returns the probability that the value of a variable that follows the Poisson distribution is equal to x. x is the number of successes that is expected within this time interval.
Syntax
IDAX.DPOIS(INT8 x, DOUBLE lambda)
Parameter descriptions
- x
- Mandatory.
- lambda
- Mandatory.
Returned information
DOUBLE the probability density at point x.