Package jasima.core.random.continuous
-
Class Summary Class Description DblBeta Implements a number stream with values following a Beta distribution.DblChiSquared Implements a stream of numbers following a Chi-squared distribution.DblConst A DblConst stream infinitely returns the numbers ofDblConst.getValues()in exactly this order.DblDistribution Returns an arbitrarily distributed random number stream.DblErlang Implementation of the Erlang distribution.DblExp A class implementing a number stream with values following the Exponential distribution.DblGamma Implements a stream of real numbers where each value follows a Gamma distribution.DblLogNormal Implements a number stream with values following a log-normal distribution.DblNormal Creates a number stream with values following a Normal distribution.DblSequence A stream of double numbers, usually the sequence is produced by a pseudo random number generator.DblSumStream Creates a number stream that is the sum of a given set of base streams.DblTDist Implements a stream of numbers following a Student's t-distribution.DblTriangular Returns a random real number following a triangular distribution as defined by the three parameters min, mode, and max.DblTruncatedSimple Takes a version of a base stream, where minimum and maximum values are fixed.DblUniformRange Returns a uniformly distributed real number in the range [min, max).DblUniformZeroOne Generates uniformly distributed doubles in the range [0,1.0).DblWeibull This class implements a number stream of real values following a Weibull distribution.