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