Enum Constant and Description |
---|
ANOVA_F
Analysis of Variance F Test.
|
FTEST_EQUAL
F Test for Equal to a value.
|
FTEST_GREATER
F Test for Greater than a value.
|
TTEST_DIFFERENT_VARIANCES
T Test for Different Variances.
|
TTEST_EQUAL_VARIANCES
T Test for Equal Variances.
|
TTEST_MATCHED
T Test for Matched value.
|
TTEST_MEANS
T Test of Means.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.statistical.TestMulti.
|
static TestMulti |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestMulti[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestMulti TTEST_MEANS
public static final TestMulti TTEST_EQUAL_VARIANCES
public static final TestMulti TTEST_DIFFERENT_VARIANCES
public static final TestMulti TTEST_MATCHED
public static final TestMulti FTEST_EQUAL
public static final TestMulti FTEST_GREATER
public static final TestMulti ANOVA_F
public static TestMulti[] values()
for (TestMulti c : TestMulti.values()) System.out.println(c);
public static TestMulti valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.statistical.TestMulti.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.