IDAX.PGEOM - Cumulative geometric distribution
The PGEOM function returns the probability that the value of a variable that follows the geometric distribution is smaller or equal to x.
Syntax
IDAX.PGEOM(DOUBLE x, DOUBLE p)
Parameter descriptions
- x
- Mandatory.
- p
- Mandatory.
Returned information
DOUBLE the cumulative probability distribution from minus infinity to point x.