public static enum SampleAutoCovariance.Type extends Enum<SampleAutoCovariance.Type>
Enum Constant and Description |
---|
TYPE_I
default: the denominator is the time series length
|
TYPE_II
the denominator is the time series length minus the lag
|
Modifier and Type | Method and Description |
---|---|
static SampleAutoCovariance.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleAutoCovariance.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleAutoCovariance.Type TYPE_I
public static final SampleAutoCovariance.Type TYPE_II
public static SampleAutoCovariance.Type[] values()
for (SampleAutoCovariance.Type c : SampleAutoCovariance.Type.values()) System.out.println(c);
public static SampleAutoCovariance.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.