public class BetaSymmetricalGen extends BetaGen
| Constructor and Description |
|---|
BetaSymmetricalGen(RandomStream s,
BetaSymmetricalDist dist)
Creates a new generator for the distribution dist,
using stream s.
|
BetaSymmetricalGen(RandomStream s,
double alpha)
Creates a new symmetrical beta generator with parameters α =
alpha, over the interval (0, 1), using stream s.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
nextDouble(RandomStream s,
double alpha) |
getA, getAlpha, getB, getBeta, nextDoublegetDistribution, getStream, nextArrayOfDouble, nextDouble, setStreampublic BetaSymmetricalGen(RandomStream s, double alpha)
public BetaSymmetricalGen(RandomStream s, BetaSymmetricalDist dist)
public static double nextDouble(RandomStream s, double alpha)
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.