public static class StudentizedRangeDistribution.APStat
extends java.lang.Object
Constructor and Description |
---|
APStat() |
Modifier and Type | Method and Description |
---|---|
static double |
alnorm(double x,
boolean upper)
Algorithm AS66 Applied Statistics (1973) vol22 no.3.
|
static double |
ppnd(double p)
ALGORITHM AS 111, APPL.STATIST., VOL.26, 118-121, 1977.
|
static double |
prtrng(double q,
double v,
double r)
Algorithm AS 190 Appl Statist (1983) Vol.32, No.2.
|
static double |
qtrng(double p,
double v,
double r)
Algorithm AS 190.1 Appl Statist (1983) Vol.32, No.2.
|
static double |
qtrng0(double p,
double v,
double r)
Algorithm AS 190.2 Appl Statist (1983) Vol.32, No.2.
|
public static double alnorm(double x, boolean upper)
x
- Location for which to compute tail areaupper
- True to find upper tail area, false to find lower tail areapublic static double ppnd(double p)
p
- P-value for which to compute normal deviatepublic static double prtrng(double q, double v, double r)
q
- Quantile for which to find p-valuev
- Degrees of freedom for distributionr
- Number of samples for distributionpublic static double qtrng(double p, double v, double r)
p
- P-value for which to find quantilev
- Degrees of freedom for distributionr
- Number of samples for distributionpublic static double qtrng0(double p, double v, double r)
p
- P-value for which to find initial quantilev
- Degrees of freedom for distributionr
- Number of samples for distribution