IDAX.PGEOM_H - High-tail cumulative geometric distribution
The PGEOM_H function returns the probability that the value of a variable that follows the geometric distribution is greater than x.
Syntax
IDAX.PGEOM_H(DOUBLE x, DOUBLE p)
Parameter descriptions
- x
- Mandatory.
- p
- Mandatory.
PGEOM_H(x,p) = 1-PGEOM(x,p) for all x values and for p values in the range of 0 - 1.
Returned information
DOUBLE the cumulative probability distribution from x to plus infinity.