IDAX.QT - Inverse t-student distribution
The QT function returns the value x of a variable that follows the t-student distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QT(DOUBLE percentage, INT8 df)
Parameter descriptions
- percentage
- Mandatory.
- df
- Mandatory.
If PT(x,df)=perc, QT(perc,df)=x for all x values and all strictly positive df
values.
Returned information
DOUBLE the point x where PT(x,df)=percentage.