IDAX.PBINOM_H - High-tail cumulative binomial distribution
The PBINOM_H function returns the probability that the value of a variable that follows the binomial distribution is greater than x.
Syntax
IDAX.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.