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