public class JohnsonSBGen extends RandomVariateGen
| Constructor and Description |
|---|
JohnsonSBGen(RandomStream s,
double gamma,
double delta,
double xi,
double lambda)
Creates a JohnsonSB random variate generator.
|
JohnsonSBGen(RandomStream s,
JohnsonSBDist dist)
Creates a new generator for the JohnsonSB
distribution dist, using stream s.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDelta()
Returns the δ associated with this object.
|
double |
getGamma()
Returns the γ associated with this object.
|
double |
getLambda()
Returns the λ associated with this object.
|
double |
getXi()
Returns the ξ associated with this object.
|
static double |
nextDouble(RandomStream s,
double gamma,
double delta,
double xi,
double lambda)
Uses inversion to generate a new JohnsonSB variate,
using stream s.
|
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStreampublic JohnsonSBGen(RandomStream s, double gamma, double delta, double xi, double lambda)
public JohnsonSBGen(RandomStream s, JohnsonSBDist dist)
public static double nextDouble(RandomStream s, double gamma, double delta, double xi, double lambda)
public double getGamma()
public double getDelta()
public double getXi()
public double getLambda()
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.