rvl.stat.dist
Class Tukey
java.lang.Object
|
+--rvl.stat.dist.Tukey
- public class Tukey
- extends java.lang.Object
Distribution of the studentized range.
Adapted from C functions in the R distribution
Constructor Summary |
Tukey()
|
Method Summary |
static double |
cdf(double q,
double cc,
double df)
|
static double |
cdf(double q,
double cc,
double df,
double rr)
|
static void |
main(java.lang.String[] argv)
|
static double |
quantile(double p,
double cc,
double df)
Quantile of usual studentized range distribution
(max of 1 studentized range) |
static double |
quantile(double p,
double cc,
double df,
double rr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tukey
public Tukey()
cdf
public static double cdf(double q,
double cc,
double df,
double rr)
cdf
public static double cdf(double q,
double cc,
double df)
quantile
public static double quantile(double p,
double cc,
double df,
double rr)
quantile
public static double quantile(double p,
double cc,
double df)
- Quantile of usual studentized range distribution
(max of 1 studentized range)
main
public static void main(java.lang.String[] argv)