IDAX.PLOGIS_H - High-tail cumulative logistic distribution
The PLOGIS_H function returns the probability that the value of a variable that follows the logistic distribution is greater than x.
Syntax
IDAX.PLOGIS_H(DOUBLE x, DOUBLE mean, DOUBLE scale)Parameter descriptions
- x
- Mandatory.
- mean
- Mandatory.
- scale
- Mandatory.
PLOGIS_H(x,mean,scale)=1-PLOGIS(x,mean,scale) for all x values and mean values, and for all positive scale values.
Returned information
DOUBLE the cumulative probability distribution from x to plus infinity.