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