|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhplot.math.num.random.AbstractContinuousRandomVariable
jhplot.math.num.random.WeibullRandomVariable
public class WeibullRandomVariable
A random variable generator for the Weibull distribution.
References:
| Constructor Summary | |
|---|---|
WeibullRandomVariable()
Default constructor. |
|
WeibullRandomVariable(double a,
double b)
Create a rnadom variable with the given shape and scale values. |
|
WeibullRandomVariable(double a,
double b,
double c)
Create a random variable with the given parameters. |
|
WeibullRandomVariable(double a,
double b,
double c,
RNG source)
Create a random variable with the given parameters. |
|
WeibullRandomVariable(double a,
double b,
RNG source)
Create a random variable with the given shape and scale values. |
|
| Method Summary | |
|---|---|
double |
nextRandomVariable()
Access the next random variable from this generator. |
static double |
nextRandomVariable(double shape,
double scale,
double location,
RNG source)
Access the next random variable using the given generator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeibullRandomVariable()
public WeibullRandomVariable(double a,
double b)
a - the shape parameter.b - the scale parameter.
public WeibullRandomVariable(double a,
double b,
double c)
a - the shape parameter.b - the scale parameter.c - the location parameter.
public WeibullRandomVariable(double a,
double b,
double c,
RNG source)
a - the shape parameter.b - the scale parameter.c - the location parameter.source - the source generator.
public WeibullRandomVariable(double a,
double b,
RNG source)
a - the shape parameter.b - the scale parameter.source - the source generator.| Method Detail |
|---|
public static double nextRandomVariable(double shape,
double scale,
double location,
RNG source)
shape - the shape parameter.scale - the scale parameter.location - the location parameter.source - the source generator.
public double nextRandomVariable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||