swarm.random
Class LogNormalDistImpl

java.lang.Object
  |
  +--swarm.random.LogNormalDistImpl

public class LogNormalDistImpl
extends Object
implements NormalS, Normal, LogNormalDistS, LogNormalDist

Log-Normal distribution. A well-known continuous probability distribution returning doubles.


Constructor Summary
LogNormalDistImpl()
           
LogNormalDistImpl(ZoneImpl aZone)
          Default constructor for Impl class
LogNormalDistImpl(ZoneImpl aZone, Object generator)
          Use this create message if the generator to be attached is a Simple one:
LogNormalDistImpl(ZoneImpl aZone, Object generator, double mean, double variance)
          Use this create message if the generator to be attached is a Simple one:
LogNormalDistImpl(ZoneImpl aZone, Object generator, int vGen)
          Use this create message if the generator to be attached is a Split one:
LogNormalDistImpl(ZoneImpl aZone, Object generator, int vGen, double mean, double variance)
          Use this create message if the generator to be attached is a Split one:
 
Methods implemented by this class for interface swarm.random.NormalS
setMean$setVariance
 
Methods implemented by this class for interface swarm.random.Normal
getMean, getSampleWithMean$withVariance, getStdDev, getVariance
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 
Methods implemented by this class for interface swarm.random.DoubleDistribution
getDoubleSample
 
Methods implemented by this class for interface swarm.random.ProbabilityDistribution
getGenerator, getOptionsInitialized, getVirtualGenerator
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.random.InternalState
describe, getMagic, getName, getStateSize
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogNormalDistImpl

public LogNormalDistImpl()

LogNormalDistImpl

public LogNormalDistImpl(ZoneImpl aZone,
                         Object generator,
                         double mean,
                         double variance)
Use this create message if the generator to be attached is a Simple one:

LogNormalDistImpl

public LogNormalDistImpl(ZoneImpl aZone,
                         Object generator,
                         int vGen,
                         double mean,
                         double variance)
Use this create message if the generator to be attached is a Split one:

LogNormalDistImpl

public LogNormalDistImpl(ZoneImpl aZone,
                         Object generator)
Use this create message if the generator to be attached is a Simple one:

LogNormalDistImpl

public LogNormalDistImpl(ZoneImpl aZone,
                         Object generator,
                         int vGen)
Use this create message if the generator to be attached is a Split one:

LogNormalDistImpl

public LogNormalDistImpl(ZoneImpl aZone)
Default constructor for Impl class