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.
|
org.apache.commons.math.stat.regression |
Statistical routines involving multivariate data.
|
Modifier and Type | Class and Description |
---|---|
class |
TDistributionImpl
Default implementation of
TDistribution . |
Modifier and Type | Method and Description |
---|---|
void |
TTestImpl.setDistribution(TDistribution value)
Deprecated.
in 2.2 (to be removed in 3.0).
|
Constructor and Description |
---|
TTestImpl(TDistribution t)
Deprecated.
in 2.2 (to be removed in 3.0).
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRegression.setDistribution(TDistribution value)
Deprecated.
in 2.2 (to be removed in 3.0).
|
Constructor and Description |
---|
SimpleRegression(TDistribution t)
Deprecated.
in 2.2 (to be removed in 3.0). Please use the
other constructor instead. |
Copyright © 2003–2019. All rights reserved.