IDAX.PHYPER_H - High-tail cumulative hypergeometric distribution
The PHYPER_H function returns the probability that the value of a variable that follows the geometric distribution is greater than x.
Syntax
IDAX.PHYPER_H(BIGINT x, BIGINT wu, BIGINT bu, BIGINT
N)
Parameter descriptions
- x
- Mandatory.
- wu
- Mandatory.
- bu
- Mandatory.
- N
- Mandatory.
PHYPER_H(x,wu,bu,N) = 1-PHYPER(x,wu,bu,N) for all x values, positive wu values, positive bu
values, and positive N values.
Returned information
DECFLOAT(16) for the cumulative probability distribution from x to plus infinity.