public class LogNormalRandomVariable extends AbstractContinuousRandomVariable
A random variable generator for the Log Normal distribution.
References:
| Constructor and Description |
|---|
LogNormalRandomVariable()
Default constructor.
|
LogNormalRandomVariable(double m,
double s)
Create a random variable with the given mean and standard deviation.
|
LogNormalRandomVariable(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 LogNormalRandomVariable()
public LogNormalRandomVariable(double m,
double s)
m - the mean.s - the standard deviation.public LogNormalRandomVariable(double m,
double s,
RNG source)
m - the mean.s - the standard deviation.source - the source generator.public static double nextRandomVariable(double m,
double s,
RNG source)
m - the mean.s - the standard deviation.source - the source generator.public double nextRandomVariable()
DMelt 2.0 © DataMelt by jWork.ORG