Package | Description |
---|---|
org.apache.commons.math.distribution |
Implementations of common discrete and continuous distributions.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalDistributionImpl
Default implementation of
NormalDistribution . |
Modifier and Type | Method and Description |
---|---|
void |
PoissonDistributionImpl.setNormal(NormalDistribution value)
Deprecated.
as of 2.1 (class will become immutable in 3.0)
|
Constructor and Description |
---|
PoissonDistributionImpl(double p,
NormalDistribution z)
Deprecated.
as of 2.1 (to avoid possibly inconsistent state, the
"NormalDistribution" will be instantiated internally)
|
Copyright © 2003–2016. All rights reserved.