public static enum TestDistributions.TestStatistic extends Enum<TestDistributions.TestStatistic> implements StringValue<TestDistributions.TestStatistic>
| Enum Constant and Description |
|---|
CHI_SQUARE_DISTRIBUTION |
CHI_SQUARE_INDEPENDENCE |
CUSUM |
SCALAR_PRODUCT |
Z_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static TestDistributions.TestStatistic |
fromValue(String v) |
String |
toString() |
String |
value() |
static TestDistributions.TestStatistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestDistributions.TestStatistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestDistributions.TestStatistic Z_VALUE
public static final TestDistributions.TestStatistic CHI_SQUARE_INDEPENDENCE
public static final TestDistributions.TestStatistic CHI_SQUARE_DISTRIBUTION
public static final TestDistributions.TestStatistic CUSUM
public static final TestDistributions.TestStatistic SCALAR_PRODUCT
public static TestDistributions.TestStatistic[] values()
for (TestDistributions.TestStatistic c : TestDistributions.TestStatistic.values()) System.out.println(c);
public static TestDistributions.TestStatistic 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 nullpublic String value()
value in interface StringValue<TestDistributions.TestStatistic>public static TestDistributions.TestStatistic fromValue(String v)
public String toString()
toString in class Enum<TestDistributions.TestStatistic>Copyright © 2019 University of Tartu. All rights reserved.