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.
The number of successes in a single Bernoulli trial.
Data type: DOUBLE
p
Mandatory.
The probability of success.
Min: 0.00000000001
Max: 1-0.00000000001
Data type: DOUBLE
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.