|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AnalysisMulti>
com.softwarefx.chartfx.server.statistical.AnalysisMulti
public enum AnalysisMulti
AnalysisMulti enumerations
Enum Constant Summary | |
---|---|
ANOVA_DFDENOMINATOR
ANOVA - degrees of freedom denominator. |
|
ANOVA_DFNUMERATOR
ANOVA - degrees of freedom numerator. |
|
ANOVA_DFTOTAL
ANOVA - degrees of freedom total. |
|
ANOVA_F
ANOVA - F test. |
|
ANOVA_MSE
ANOVA - mean square due to error. |
|
ANOVA_MSTR
ANOVA - mean square due to treatments. |
|
ANOVA_SSE
ANOVA - sum of squares due to error. |
|
ANOVA_SST
ANOVA - total sum of squares. |
|
ANOVA_SSTR
ANOVA - sum of squares due to treatments. |
|
AVERAGE_RANGE
|
|
DFDENOMINATOR
Degrees of freedom denominator. |
|
DFNUMERATOR
Degrees of freedom numerator. |
|
DIFFERENT_VARIANCES_DF
Description goes here |
|
DIFFERENT_VARIANCES_T
Description goes here |
|
EQUAL_VARIANCES_Z
|
|
MATCHED_SAMPLES_DF
Matched samples degrees of freedom. |
|
MATCHED_SAMPLES_T
Description goes here |
|
OVERALL_MAX
|
|
OVERALL_MEAN
|
|
OVERALL_MIN
|
|
POOLED_ESTIMATOR
Description goes here |
|
SAME_VARIANCES_DF
Description goes here |
|
SAME_VARIANCES_T
Description goes here |
|
SAMPLE_SIZE
|
|
VARIACE_RATIO
The ratio of two independent estimates of a common variance. |
Method Summary | |
---|---|
static EnumSet<AnalysisMulti> |
getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value. |
static AnalysisMulti |
getEnumValue(int value)
Returns a Enum Item that represents the given numeric value. |
static int |
getUnderlyingValue(AnalysisMulti value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static int |
getUnderlyingValue(EnumSet<AnalysisMulti> value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static AnalysisMulti |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AnalysisMulti[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AnalysisMulti EQUAL_VARIANCES_Z
public static final AnalysisMulti POOLED_ESTIMATOR
public static final AnalysisMulti SAME_VARIANCES_T
public static final AnalysisMulti SAME_VARIANCES_DF
public static final AnalysisMulti DIFFERENT_VARIANCES_T
public static final AnalysisMulti DIFFERENT_VARIANCES_DF
public static final AnalysisMulti MATCHED_SAMPLES_T
public static final AnalysisMulti MATCHED_SAMPLES_DF
public static final AnalysisMulti VARIACE_RATIO
public static final AnalysisMulti DFNUMERATOR
public static final AnalysisMulti DFDENOMINATOR
public static final AnalysisMulti ANOVA_MSTR
public static final AnalysisMulti ANOVA_SSTR
public static final AnalysisMulti ANOVA_SSE
public static final AnalysisMulti ANOVA_SST
public static final AnalysisMulti ANOVA_MSE
public static final AnalysisMulti ANOVA_DFNUMERATOR
public static final AnalysisMulti ANOVA_DFDENOMINATOR
public static final AnalysisMulti ANOVA_DFTOTAL
public static final AnalysisMulti ANOVA_F
public static final AnalysisMulti AVERAGE_RANGE
public static final AnalysisMulti OVERALL_MEAN
public static final AnalysisMulti SAMPLE_SIZE
public static final AnalysisMulti OVERALL_MIN
public static final AnalysisMulti OVERALL_MAX
Method Detail |
---|
public static AnalysisMulti[] values()
for (AnalysisMulti c : AnalysisMulti.values()) System.out.println(c);
public static AnalysisMulti valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static EnumSet<AnalysisMulti> getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value.
value
- numeric representation of the Enumset.public static AnalysisMulti getEnumValue(int value)
Returns a Enum Item that represents the given numeric value.
value
- numeric representation of the Enum item.public static int getUnderlyingValue(AnalysisMulti value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.public static int getUnderlyingValue(EnumSet<AnalysisMulti> value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |