Uses of Class
dev.nm.stat.test.distribution.pearson.ChiSquareIndependenceTest.Type
-
Packages that use ChiSquareIndependenceTest.Type Package Description dev.nm.stat.test.distribution.pearson -
-
Uses of ChiSquareIndependenceTest.Type in dev.nm.stat.test.distribution.pearson
Methods in dev.nm.stat.test.distribution.pearson that return ChiSquareIndependenceTest.Type Modifier and Type Method Description static ChiSquareIndependenceTest.Type
ChiSquareIndependenceTest.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChiSquareIndependenceTest.Type[]
ChiSquareIndependenceTest.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.test.distribution.pearson with parameters of type ChiSquareIndependenceTest.Type Constructor Description ChiSquareIndependenceTest(Matrix sample, int nSims, ChiSquareIndependenceTest.Type type)
Assess whether the two random variables in the contingency table are independent.
-