invCDF

fun invCDF(p: Double, nMeans: Double, df: Double): Double

Return

the quantile of the Tukey distribution

Parameters

p

the probability, typically a confidence level (1-alpha), must be in (0,1)

nMeans

the number of columns or treatments (means), must be greater than or equal to 2.0

df

the degrees of freedom, must be greater than or equal to 1.0