SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.random.distribution

Class Summary
Exponential Sample pseudo random numbers from the ExponentialDistribution distribution.
Gaussian Sample pseudo random numbers from the Normal distribution.
InverseTransformSampling This class creates a random variable from a UnivariateDistribution instance.
Rayleigh Sample pseudo random numbers from the RayleighDistribution distribution.
StandardGaussian Sample pseudo random numbers from the standard Normal distribution.
Uniform A pseudo uniform random number generator generates numbers within the unit interval in such a way that there are equal probabilities of them falling in the same length sub-interval.
Weibull Sample pseudo random numbers from the WeibullDistribution distribution.
 

Enum Summary
Gaussian.Method the methods available to sample from the Normal distribution
Uniform.Method the different pseudo uniform random number generators available
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.