IDAX.QWALD_H - High-tail inverse Wald distribution
The QWALD_H function returns the value x of a variable that follows the Wald distribution for which the probability of being greater than x is equal to the specified percentage.
Syntax
IDAX.QWALD_H(DOUBLE percentage, DOUBLE location, DOUBLE
shape)Parameter descriptions
- percentage
- Mandatory.
- location
- Mandatory.
- shape
- Mandatory.
QWALD_H(perc,location,shape)=QWALD(1-perc,location,shape) for all x and all positive location and shape values.
If PWALD_H(x,location,shape)=perc, QWALD_H(perc,location,shape)=x for all x values, and for all positive location values and positive shape values.
Returned information
DOUBLE the point x where PWALD_H(x,location,shape)=percentage.