public enum AnalysisMulti extends java.lang.Enum<AnalysisMulti>
Enum Constant and Description |
---|
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
Description goes here
|
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
Description goes here
|
MATCHED_SAMPLES_DF
Matched samples degrees of freedom.
|
MATCHED_SAMPLES_T
Description goes here
|
OVERALL_MAX
Description goes here
|
OVERALL_MEAN
Description goes here
|
OVERALL_MIN
Description goes here
|
POOLED_ESTIMATOR
Description goes here
|
SAME_VARIANCES_DF
Description goes here
|
SAME_VARIANCES_T
Description goes here
|
SAMPLE_SIZE
Description goes here
|
VARIACE_RATIO
The ratio of two independent estimates of a common variance.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.statistical.AnalysisMulti.
|
static AnalysisMulti |
valueOf(java.lang.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.
|
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
public static AnalysisMulti[] values()
for (AnalysisMulti c : AnalysisMulti.values()) System.out.println(c);
public static AnalysisMulti 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.AnalysisMulti.
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.