|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.math.KSTest
Class to perform the Kolmogorov-Smirnov test. Ported from R.
Copyright (c) 2004 Columbia University
| Constructor Summary | |
KSTest()
|
|
| Method Summary | |
static double |
oneSample(cern.colt.list.DoubleArrayList x,
ProbabilityComputer pg)
|
static double |
twoSample(cern.colt.list.DoubleArrayList x,
cern.colt.list.DoubleArrayList y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KSTest()
| Method Detail |
public static double twoSample(cern.colt.list.DoubleArrayList x,
cern.colt.list.DoubleArrayList y)
public static double oneSample(cern.colt.list.DoubleArrayList x,
ProbabilityComputer pg)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||