|
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.Weibull
public class Weibull
Sample pseudo random numbers from the WeibullDistribution distribution.
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.random.distribution.InverseTransformSampling |
|---|
distribution |
| Constructor Summary | |
|---|---|
Weibull()
Construct a pseudo random number generator of the standard WeibullDistribution distribution. |
|
Weibull(double lambda,
double k,
RandomNumberGenerator rng)
Construct a pseudo-random number generator of a WeibullDistribution distribution. |
|
| 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 Weibull(double lambda,
double k,
RandomNumberGenerator rng)
lambda - the scale parameterk - the shape parameterrng - a uniform random number generatorpublic Weibull()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||