Package | Description |
---|---|
dev.nm.stat.test.distribution.kolmogorov |
Modifier and Type | Method and Description |
---|---|
static KolmogorovSmirnov.Side |
KolmogorovSmirnov.Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KolmogorovSmirnov.Side[] |
KolmogorovSmirnov.Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
KolmogorovSmirnov1Sample(double[] sample,
ProbabilityDistribution F,
KolmogorovSmirnov.Side side)
Construct a one-sample Kolmogorov-Smirnov test.
|
KolmogorovSmirnov2Samples(double[] sample1,
double[] sample2,
KolmogorovSmirnov.Side side)
Construct a two-sample Kolmogorov-Smirnov test.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.