|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Internal.
Method Summary | |
double |
getMean()
The getMean method returns the mean of the distribution. |
double |
getSampleWithMean$withVariance(double mean,
double variance)
The getSampleWithMean:withVariance: method returns a sample value drawn from a distribution with the specified mean and variance. |
double |
getStdDev()
The getStdDev method returns the standard deviation of the distribution. |
double |
getVariance()
The getVariance method returns the variance of the distribution. |
Methods inherited from interface swarm.random.DoubleDistribution |
getDoubleSample |
Methods inherited from interface swarm.random.ProbabilityDistribution |
getGenerator,
getOptionsInitialized,
getVirtualGenerator |
Methods inherited from interface swarm.objectbase.SwarmObject |
getCompleteProbeMap,
getProbeForMessage,
getProbeForVariable,
getProbeMap |
Methods inherited from interface swarm.random.InternalState |
describe,
getMagic,
getName,
getStateSize |
Methods inherited from interface swarm.defobj.Drop |
drop |
Methods inherited from interface swarm.defobj.DefinedObject |
compare,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
Method Detail |
public double getMean()
public double getVariance()
public double getStdDev()
public double getSampleWithMean$withVariance(double mean, double variance)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |