public class KSTest extends Object
Constructor and Description |
---|
KSTest() |
Modifier and Type | Method and Description |
---|---|
static double |
oneSample(cern.colt.list.DoubleArrayList x,
ProbabilityComputer pg) |
static double |
oneSampleProbability(double statistic,
int n) |
static double |
oneSampleStatistic(cern.colt.list.DoubleArrayList x,
ProbabilityComputer pg) |
static double |
twoSample(cern.colt.list.DoubleArrayList x,
cern.colt.list.DoubleArrayList y) |
static double |
twoSampleProbability(double statistic,
int nx,
int ny) |
static double |
twoSampleStatistic(cern.colt.list.DoubleArrayList x,
cern.colt.list.DoubleArrayList y) |
public static double oneSample(cern.colt.list.DoubleArrayList x, ProbabilityComputer pg)
x
- pg
- public static double oneSampleProbability(double statistic, int n)
statistic
- n
- public static double oneSampleStatistic(cern.colt.list.DoubleArrayList x, ProbabilityComputer pg)
x
- pg
- public static double twoSample(cern.colt.list.DoubleArrayList x, cern.colt.list.DoubleArrayList y)
x
- y
- public static double twoSampleProbability(double statistic, int nx, int ny)
statistic
- nx
- ny
- public static double twoSampleStatistic(cern.colt.list.DoubleArrayList x, cern.colt.list.DoubleArrayList y)
x
- y
- Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.