Package | Description |
---|---|
org.apache.commons.math.distribution |
Implementations of common discrete and continuous distributions.
|
Modifier and Type | Class and Description |
---|---|
class |
GammaDistributionImpl
The default implementation of
GammaDistribution . |
Modifier and Type | Method and Description |
---|---|
void |
ChiSquaredDistributionImpl.setGamma(GammaDistribution g)
Deprecated.
as of 2.1 (class will become immutable in 3.0)
|
Constructor and Description |
---|
ChiSquaredDistributionImpl(double df,
GammaDistribution g)
Deprecated.
as of 2.1 (to avoid possibly inconsistent state, the
"GammaDistribution" will be instantiated internally)
|
Copyright © 2003–2018. All rights reserved.