Package be.ac.ulg.montefiore.run.totem.util.distribution

This package holds classes that implement various probability distributions.

See:
          Description

Interface Summary
Distribution This is the interface for the random distributions.
 

Class Summary
BimodalDistribution This class implements a Bimodal distribution by means of a mixture of two Normal distributions.
ConstantDistribution This class implements a constant distribution.
InverseNormalDistribution This class implements an inverse normal distribution.
LogisticDistribution This class implements a logistic distribution.
LogLogisticDistribution This class implements a loglogistic distribution.
LogNormalDistribution This class implements a lognormal distribution.
NormalDistribution This class implements a Normal distribution.
PoissonDistribution This class implements a Poisson distribution using an acceptance-rejection technique if the mean is lower than THRESHOLD.
UniformFloatDistribution This class implements a uniform float distribution.
UniformIntDistribution This class implements a uniform integer distribution.
 

Package be.ac.ulg.montefiore.run.totem.util.distribution Description

This package holds classes that implement various probability distributions.



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.