public static enum ADFAsymptoticDistribution1.Type extends Enum<ADFAsymptoticDistribution1.Type>
Enum Constant and Description |
---|
AUGMENTED_DICKEY_FULLER
the augmented version of the
Dickey-Fuller test
|
DICKEY_FULLER
the original version of the Dickey-Fuller test, developed in 1979
|
Modifier and Type | Method and Description |
---|---|
static ADFAsymptoticDistribution1.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ADFAsymptoticDistribution1.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADFAsymptoticDistribution1.Type DICKEY_FULLER
public static final ADFAsymptoticDistribution1.Type AUGMENTED_DICKEY_FULLER
public static ADFAsymptoticDistribution1.Type[] values()
for (ADFAsymptoticDistribution1.Type c : ADFAsymptoticDistribution1.Type.values()) System.out.println(c);
public static ADFAsymptoticDistribution1.Type 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.