swarm.random
Interface NormalS

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

public interface NormalS
extends DoubleDistributionS

Internal.


Method Summary
 java.lang.Object setMean$setStdDev(double mean, double sdev)
          The setMean:setStdDev: method sets the mean and the standard deviation of the distribution.
 java.lang.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 java.lang.Object setMean$setVariance(double mean,
                                            double variance)
The setMean:setVariance: method sets the mean and the variance of the distribution.

setMean$setStdDev

public java.lang.Object setMean$setStdDev(double mean,
                                          double sdev)
The setMean:setStdDev: method sets the mean and the standard deviation of the distribution.