Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Enum AnalysisMulti

java.lang.Object
  extended by java.lang.Enum<AnalysisMulti>
      extended by com.softwarefx.chartfx.server.statistical.AnalysisMulti
All Implemented Interfaces:
Serializable, Comparable<AnalysisMulti>

public enum AnalysisMulti
extends 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

EQUAL_VARIANCES_Z

public static final AnalysisMulti EQUAL_VARIANCES_Z

POOLED_ESTIMATOR

public static final AnalysisMulti POOLED_ESTIMATOR
Description goes here


SAME_VARIANCES_T

public static final AnalysisMulti SAME_VARIANCES_T
Description goes here


SAME_VARIANCES_DF

public static final AnalysisMulti SAME_VARIANCES_DF
Description goes here


DIFFERENT_VARIANCES_T

public static final AnalysisMulti DIFFERENT_VARIANCES_T
Description goes here


DIFFERENT_VARIANCES_DF

public static final AnalysisMulti DIFFERENT_VARIANCES_DF
Description goes here


MATCHED_SAMPLES_T

public static final AnalysisMulti MATCHED_SAMPLES_T
Description goes here


MATCHED_SAMPLES_DF

public static final AnalysisMulti MATCHED_SAMPLES_DF
Matched samples degrees of freedom.


VARIACE_RATIO

public static final AnalysisMulti VARIACE_RATIO
The ratio of two independent estimates of a common variance.


DFNUMERATOR

public static final AnalysisMulti DFNUMERATOR
Degrees of freedom numerator.


DFDENOMINATOR

public static final AnalysisMulti DFDENOMINATOR
Degrees of freedom denominator.


ANOVA_MSTR

public static final AnalysisMulti ANOVA_MSTR
ANOVA - mean square due to treatments.


ANOVA_SSTR

public static final AnalysisMulti ANOVA_SSTR
ANOVA - sum of squares due to treatments.


ANOVA_SSE

public static final AnalysisMulti ANOVA_SSE
ANOVA - sum of squares due to error.


ANOVA_SST

public static final AnalysisMulti ANOVA_SST
ANOVA - total sum of squares.


ANOVA_MSE

public static final AnalysisMulti ANOVA_MSE
ANOVA - mean square due to error.


ANOVA_DFNUMERATOR

public static final AnalysisMulti ANOVA_DFNUMERATOR
ANOVA - degrees of freedom numerator.


ANOVA_DFDENOMINATOR

public static final AnalysisMulti ANOVA_DFDENOMINATOR
ANOVA - degrees of freedom denominator.


ANOVA_DFTOTAL

public static final AnalysisMulti ANOVA_DFTOTAL
ANOVA - degrees of freedom total.


ANOVA_F

public static final AnalysisMulti ANOVA_F
ANOVA - F test.


AVERAGE_RANGE

public static final AnalysisMulti AVERAGE_RANGE

OVERALL_MEAN

public static final AnalysisMulti OVERALL_MEAN

SAMPLE_SIZE

public static final AnalysisMulti SAMPLE_SIZE

OVERALL_MIN

public static final AnalysisMulti OVERALL_MIN

OVERALL_MAX

public static final AnalysisMulti OVERALL_MAX
Method Detail

values

public static AnalysisMulti[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AnalysisMulti c : AnalysisMulti.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AnalysisMulti valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getEnumSetValue

public static EnumSet<AnalysisMulti> getEnumSetValue(int value)

Returns a EnumSet that represents the given numeric value.

Parameters:
value - numeric representation of the Enumset.

getEnumValue

public static AnalysisMulti getEnumValue(int value)

Returns a Enum Item that represents the given numeric value.

Parameters:
value - numeric representation of the Enum item.

getUnderlyingValue

public static int getUnderlyingValue(AnalysisMulti value)

Returns a numeric value that represents the given EnumSet or Enum item.

Parameters:
value - A Enum Item or EnumSet.

getUnderlyingValue

public static int getUnderlyingValue(EnumSet<AnalysisMulti> value)

Returns a numeric value that represents the given EnumSet or Enum item.

Parameters:
value - A Enum Item or EnumSet.

http://www.softwarefx.com

2008 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.