Java org.apache.commons.math.stat.inference ChiSquareTestImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.stat.inference ChiSquareTestImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.stat.inference ChiSquareTestImpl.

The text is from its open source code.

Constructor

ChiSquareTestImpl()
Construct a ChiSquareTestImpl

Method

doublechiSquareTest(double[] expected, long[] observed)

Note: This implementation rescales the expected array if necessary to ensure that the sum of the expected and observed counts are equal.

booleanchiSquareTest(long[][] counts, double alpha)
doublechiSquareTest(long[][] counts)