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