Uses of Class
dev.nm.stat.test.variance.Levene.Type
-
Packages that use Levene.Type Package Description dev.nm.stat.test.variance -
-
Uses of Levene.Type in dev.nm.stat.test.variance
Methods in dev.nm.stat.test.variance that return Levene.Type Modifier and Type Method Description static Levene.Type
Levene.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Levene.Type[]
Levene.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.test.variance with parameters of type Levene.Type Constructor Description Levene(Levene.Type type, double[]... samples)
Perform the Levene test to test for equal variances across the groups.
-