IDAX.PNORM_H - High-tail cumulative standard normal distribution

The PNORM_H function returns the probability that the value of a variable that follows the standard normal distribution is greater than x.

Syntax

IDAX.PNORM_H(DOUBLE x)

Parameter descriptions

x
Mandatory.
The value that is to be computed.
Data type: DOUBLE

PNORM_H(x)=1-PNORM(x) for all x values.

Returned information

DOUBLE the cumulative probability distribution from point x to plus infinity.