|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsim.util.distribution.AbstractDistribution
sim.util.distribution.AbstractContinousDistribution
sim.util.distribution.Hyperbolic
public class Hyperbolic
Hyperbolic distribution.
Valid parameter ranges: alpha > 0 and beta > 0.
Instance methods operate on a user supplied uniform random number generator; they are unsynchronized.
Implementation:
L. Devroye (1986): Non-Uniform Random Variate Generation, Springer Verlag, New York.
| Field Summary | |
|---|---|
protected double |
a_setup
|
protected double |
alpha
|
protected double |
b_setup
|
protected double |
beta
|
protected double |
e
|
protected double |
hl
|
protected double |
hr
|
protected double |
mmb_1
|
protected double |
mpa_1
|
protected double |
pm
|
protected double |
pmr
|
protected double |
pr
|
protected double |
s
|
protected double |
samb
|
protected double |
u
|
protected double |
v
|
protected double |
x
|
| Fields inherited from class sim.util.distribution.AbstractDistribution |
|---|
randomGenerator |
| Constructor Summary | |
|---|---|
Hyperbolic(double alpha,
double beta,
MersenneTwisterFast randomGenerator)
Constructs a Beta distribution. |
|
| Method Summary | |
|---|---|
double |
nextDouble()
Returns a random number from the distribution. |
double |
nextDouble(double alpha,
double beta)
Returns a hyperbolic distributed random number; bypasses the internal state. |
void |
setState(double alpha,
double beta)
Sets the parameters. |
java.lang.String |
toString()
Returns a String representation of the receiver. |
| Methods inherited from class sim.util.distribution.AbstractDistribution |
|---|
apply, apply, getRandomGenerator, nextInt, setRandomGenerator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected double alpha
protected double beta
protected double a_setup
protected double b_setup
protected double x
protected double u
protected double v
protected double e
protected double hr
protected double hl
protected double s
protected double pm
protected double pr
protected double samb
protected double pmr
protected double mpa_1
protected double mmb_1
| Constructor Detail |
|---|
public Hyperbolic(double alpha,
double beta,
MersenneTwisterFast randomGenerator)
| Method Detail |
|---|
public double nextDouble()
nextDouble in class AbstractDistribution
public double nextDouble(double alpha,
double beta)
public void setState(double alpha,
double beta)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||