public static enum JohansenAsymptoticDistribution.Test extends Enum<JohansenAsymptoticDistribution.Test>
Enum Constant and Description |
---|
EIGEN
the EIGEN test
|
TRACE
the TRACE test
|
Modifier and Type | Method and Description |
---|---|
static JohansenAsymptoticDistribution.Test |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JohansenAsymptoticDistribution.Test[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JohansenAsymptoticDistribution.Test EIGEN
public static final JohansenAsymptoticDistribution.Test TRACE
public static JohansenAsymptoticDistribution.Test[] values()
for (JohansenAsymptoticDistribution.Test c : JohansenAsymptoticDistribution.Test.values()) System.out.println(c);
public static JohansenAsymptoticDistribution.Test valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.