public static enum JohansenAsymptoticDistribution.TrendType extends Enum<JohansenAsymptoticDistribution.TrendType>
Enum Constant and Description |
---|
CONSTANT
This is trend type III: constant, no linear trend:
|
CONSTANT_RESTRICTED_TIME
This is trend type IV: constant, restricted linear trend:
|
CONSTANT_TIME
This is trend type V: constant, linear trend:
|
NO_CONSTANT
This is trend type I: no constant, no linear trend:
|
RESTRICTED_CONSTANT
This is trend type II: no restricted constant, no linear trend:
|
Modifier and Type | Method and Description |
---|---|
static JohansenAsymptoticDistribution.TrendType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JohansenAsymptoticDistribution.TrendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JohansenAsymptoticDistribution.TrendType NO_CONSTANT
μ0 = 0 μ1 = 0
public static final JohansenAsymptoticDistribution.TrendType RESTRICTED_CONSTANT
μ0 = -Πμ μ1 = 0
public static final JohansenAsymptoticDistribution.TrendType CONSTANT
μ0 ≠ 0 μ1 = 0
public static final JohansenAsymptoticDistribution.TrendType CONSTANT_RESTRICTED_TIME
μ0 ≠ 0 μ1 = -Πγ
public static final JohansenAsymptoticDistribution.TrendType CONSTANT_TIME
μ0 ≠ 0 μ1 ≠ 0
public static JohansenAsymptoticDistribution.TrendType[] values()
for (JohansenAsymptoticDistribution.TrendType c : JohansenAsymptoticDistribution.TrendType.values()) System.out.println(c);
public static JohansenAsymptoticDistribution.TrendType 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.