public class Tukey extends Object
| Constructor and Description |
|---|
Tukey() |
| Modifier and Type | Method and Description |
|---|---|
static double |
cumulative(double q,
double rr,
double cc,
double df,
boolean lower_tail,
boolean log_p) |
static double |
quantile(double p,
double rr,
double cc,
double df,
boolean lower_tail,
boolean log_p) |
static double |
random(double rr,
double cc,
double df,
QRandomEngine random)
Tukey RNG by inversion -- WARNING: Untested
|
public static final double cumulative(double q,
double rr,
double cc,
double df,
boolean lower_tail,
boolean log_p)
public static final double quantile(double p,
double rr,
double cc,
double df,
boolean lower_tail,
boolean log_p)
public static final double random(double rr,
double cc,
double df,
QRandomEngine random)
rr - cc - df - random - Copyright © 2013. All rights reserved.