|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.math.statistics.StudentDistribution
public class StudentDistribution
Tabelarizes the values for student distribution.
Field Summary | |
---|---|
static double |
_0005
Available alpha values. |
static double |
_0010
Available alpha values. |
static double |
_0050
Available alpha values. |
static double |
_0100
Available alpha values. |
static double |
_0250
Available alpha values. |
static double |
_0500
Available alpha values. |
static double |
_1000
Available alpha values. |
static double |
_2000
Available alpha values. |
static double |
_4000
Available alpha values. |
static double |
_6000
Available alpha values. |
static double |
_8000
Available alpha values. |
static double |
_9000
Available alpha values. |
static double |
_9500
Available alpha values. |
static double |
_9750
Available alpha values. |
static double |
_9900
Available alpha values. |
static double |
_9950
Available alpha values. |
static double |
_9990
Available alpha values. |
static double |
_9995
Available alpha values. |
private static Map<Integer,Map<Double,Double>> |
tValues
Holds the t-values. |
Constructor Summary | |
---|---|
StudentDistribution()
|
Method Summary | |
---|---|
private static void |
put(int n,
double[] values)
Stores the specified t-values for the given degree of freedom. |
static double |
tValue(double alpha,
int n)
Returns the t-value for the given alpha-value and degree of freedom. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static double _6000
public static double _8000
public static double _9000
public static double _9500
public static double _9750
public static double _9900
public static double _9950
public static double _9990
public static double _9995
public static double _4000
public static double _2000
public static double _1000
public static double _0500
public static double _0250
public static double _0100
public static double _0050
public static double _0010
public static double _0005
private static Map<Integer,Map<Double,Double>> tValues
Constructor Detail |
---|
public StudentDistribution()
Method Detail |
---|
public static double tValue(double alpha, int n)
alpha
- the alpha valuen
- the degree of freedom
private static void put(int n, double[] values)
n
- the degree of freedomvalues
- the t-values
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |