IDAX.QLOGIS - Inverse logistic distribution
The QLOGIS function returns the value x of a variable that follows the logistic distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QLOGIS(DOUBLE percentage, DOUBLE mean, DOUBLE
scale)Parameter descriptions
- percentage
- Mandatory.
- mean
- Mandatory.
- scale
- Mandatory.
If PLOGIS(x,mean,scale)=perc, QLOGIS(perc,mean,scale)=x for all x values, mean values, and positive scale values.
Returned information
DOUBLE the point x where PLOGIS(x,mean,scale)=percentage.