Uses of Class
dev.nm.stat.cointegration.JohansenAsymptoticDistribution.TrendType
-
Packages that use JohansenAsymptoticDistribution.TrendType Package Description dev.nm.stat.cointegration -
-
Uses of JohansenAsymptoticDistribution.TrendType in dev.nm.stat.cointegration
Methods in dev.nm.stat.cointegration that return JohansenAsymptoticDistribution.TrendType Modifier and Type Method Description static JohansenAsymptoticDistribution.TrendType
JohansenAsymptoticDistribution.TrendType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JohansenAsymptoticDistribution.TrendType[]
JohansenAsymptoticDistribution.TrendType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-