public static enum StatisticalUtility.TypeMatrixR extends java.lang.Enum<StatisticalUtility.TypeMatrixR>
Enum Constant and Description |
---|
ARMA |
COMPOUND_SYMMETRY |
LINEAR |
LINEAR_LOG |
POWER |
Modifier and Type | Method and Description |
---|---|
static StatisticalUtility.TypeMatrixR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatisticalUtility.TypeMatrixR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticalUtility.TypeMatrixR LINEAR
public static final StatisticalUtility.TypeMatrixR LINEAR_LOG
public static final StatisticalUtility.TypeMatrixR COMPOUND_SYMMETRY
public static final StatisticalUtility.TypeMatrixR POWER
public static final StatisticalUtility.TypeMatrixR ARMA
public static StatisticalUtility.TypeMatrixR[] values()
for (StatisticalUtility.TypeMatrixR c : StatisticalUtility.TypeMatrixR.values()) System.out.println(c);
public static StatisticalUtility.TypeMatrixR 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 null