Uses of Class
dev.nm.stat.test.timeseries.adf.ADFAsymptoticDistribution1.Type
-
Packages that use ADFAsymptoticDistribution1.Type Package Description dev.nm.stat.test.timeseries.adf -
-
Uses of ADFAsymptoticDistribution1.Type in dev.nm.stat.test.timeseries.adf
Methods in dev.nm.stat.test.timeseries.adf that return ADFAsymptoticDistribution1.Type Modifier and Type Method Description static ADFAsymptoticDistribution1.Type
ADFAsymptoticDistribution1.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ADFAsymptoticDistribution1.Type[]
ADFAsymptoticDistribution1.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.test.timeseries.adf with parameters of type ADFAsymptoticDistribution1.Type Constructor Description ADFAsymptoticDistribution1(int nT, int nSims, ADFAsymptoticDistribution1.Type type, long seed)
Deprecated.Construct an asymptotic distribution for the augmented Dickey-Fuller test statistic.ADFAsymptoticDistribution1(ADFAsymptoticDistribution1.Type type)
Deprecated.Construct an asymptotic distribution for the augmented Dickey-Fuller test statistic.
-