swarm.random
Interface NormalS

All Known Subinterfaces:
LogNormalDist, LogNormalDistC, LogNormalDistS, NormalDist, NormalDistC, NormalDistS
All Known Implementing Classes:
NormalDistCImpl, NormalDistImpl, LogNormalDistImpl, LogNormalDistCImpl

public abstract interface NormalS
extends DoubleDistributionS

Internal.


Method Summary
 Object setMean$setVariance(double mean, double variance)
          The setMean:setVariance: method sets the mean and the variance of the distribution.
 
Methods inherited from interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 

Method Detail

setMean$setVariance

public Object setMean$setVariance(double mean,
                                  double variance)
The setMean:setVariance: method sets the mean and the variance of the distribution.