|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.random.distribution.InverseTransformSampling
com.numericalmethod.suanshu.stats.random.distribution.Rayleigh
public class Rayleigh
Sample pseudo random numbers from the RayleighDistribution distribution.
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.random.distribution.InverseTransformSampling |
|---|
distribution |
| Constructor Summary | |
|---|---|
Rayleigh(double sigma)
Construct a pseudo-random number generator of a RayleighDistribution distribution. |
|
Rayleigh(double sigma,
RandomNumberGenerator rng)
Construct a pseudo-random number generator of a RayleighDistribution distribution, using a customized uniform random number generator. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.stats.random.distribution.InverseTransformSampling |
|---|
nextDouble, seed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rayleigh(double sigma,
RandomNumberGenerator rng)
sigma - the standard deviationrng - a uniform random number generatorpublic Rayleigh(double sigma)
sigma - the standard deviation
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||