Package | Description |
---|---|
org.apache.commons.math.stat.inference |
Classes providing hypothesis testing and confidence interval
construction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnknownDistributionChiSquareTest
An interface for Chi-Square tests for unknown distributions.
|
Modifier and Type | Class and Description |
---|---|
class |
ChiSquareTestImpl
Implements Chi-Square test statistics defined in the
UnknownDistributionChiSquareTest interface. |
Modifier and Type | Method and Description |
---|---|
static ChiSquareTest |
TestUtils.getChiSquareTest()
Deprecated.
2.2 will be removed in 3.0
|
Modifier and Type | Method and Description |
---|---|
static void |
TestUtils.setChiSquareTest(ChiSquareTest chiSquareTest)
Deprecated.
2.2 will be removed in 3.0 - not compatible with use from multiple threads
|
Copyright © 2003–2015. All rights reserved.