Package | Description |
---|---|
org.apache.commons.math.distribution |
Implementations of common discrete and continuous distributions.
|
org.apache.commons.math.stat.inference |
Classes providing hypothesis testing and confidence interval
construction.
|
Modifier and Type | Class and Description |
---|---|
class |
ChiSquaredDistributionImpl
The default implementation of
ChiSquaredDistribution |
Modifier and Type | Method and Description |
---|---|
void |
ChiSquareTestImpl.setDistribution(ChiSquaredDistribution value)
Modify the distribution used to compute inference statistics.
|
Constructor and Description |
---|
ChiSquareTestImpl(ChiSquaredDistribution x)
Create a test instance using the given distribution for computing
inference statistics.
|
Copyright © 2003–2019. All rights reserved.