public class LogisticRandomVariable extends AbstractContinuousRandomVariable
A random variable generator for the Logistic distribution.
References:
| Constructor and Description |
|---|
LogisticRandomVariable()
Default constructor.
|
LogisticRandomVariable(double m,
double s)
Create a random variable with the given mean and scale.
|
LogisticRandomVariable(double m,
double s,
RNG source)
Create a random variable with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
double |
nextRandomVariable()
Access the next random variable from this generator.
|
static double |
nextRandomVariable(double m,
double s,
RNG source)
Access the next random variable using the given generator.
|
public LogisticRandomVariable()
public LogisticRandomVariable(double m,
double s)
m - the mean.s - the scale.public LogisticRandomVariable(double m,
double s,
RNG source)
m - the mean.s - the scale parameter.source - the source generator.public static double nextRandomVariable(double m,
double s,
RNG source)
m - the mean.s - the scale parameter.source - the source generator.public double nextRandomVariable()
DMelt 2.0 © DataMelt by jWork.ORG