public static enum KolmogorovSmirnov.Type extends Enum<KolmogorovSmirnov.Type>
Enum Constant and Description |
---|
ONE_SAMPLE
the one-sample Kolmogorov-Smirnov test
|
TWO_SAMPLE
the two-sample Kolmogorov-Smirnov test
|
Modifier and Type | Method and Description |
---|---|
static KolmogorovSmirnov.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KolmogorovSmirnov.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KolmogorovSmirnov.Type ONE_SAMPLE
public static final KolmogorovSmirnov.Type TWO_SAMPLE
public static KolmogorovSmirnov.Type[] values()
for (KolmogorovSmirnov.Type c : KolmogorovSmirnov.Type.values()) System.out.println(c);
public static KolmogorovSmirnov.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.