swarm.random
Interface NormalS
- All Known Subinterfaces:
- LogNormalDist, LogNormalDistC, LogNormalDistS, NormalDist, NormalDistC, NormalDistS
- All Known Implementing Classes:
- NormalDistCImpl, NormalDistImpl, LogNormalDistImpl, LogNormalDistCImpl
- public interface NormalS
- extends DoubleDistributionS
Internal.
Method Summary |
Object |
setMean$setStdDev(double mean,
double sdev)
The setMean:setStdDev: method sets the mean and the standard deviation of the distribution. |
Object |
setMean$setVariance(double mean,
double variance)
The setMean:setVariance: method sets the mean and the variance of the distribution. |
setMean$setVariance
public Object setMean$setVariance(double mean,
double variance)
- The setMean:setVariance: method sets the mean and the variance of the distribution.
setMean$setStdDev
public Object setMean$setStdDev(double mean,
double sdev)
- The setMean:setStdDev: method sets the mean and the standard deviation of the distribution.