IDAX.QT_H - High-tail inverse t-student distribution
The QT_H function returns the value x of a variable that follows the t-student distribution for which the probability of being greater than x is equal to the specified percentage.
Syntax
IDAX.QT_H(DOUBLE percentage, INT8 df)Parameter descriptions
- percentage
- Mandatory.
- df
- Mandatory.
QT_H(perc,df)=QT(1-perc,df) for perc values in the range of 0 - 1, for all strictly positive df values.
If PT_H(x,df)=perc, QT_H(perc,df)=x for all x values and for all strictly positive df values.
Returned information
DOUBLE the point x where PT_H(x,df)=percentage.