|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.randvar.RandomVariateGen
umontreal.iro.lecuyer.randvar.HypoExponentialGen
public class HypoExponentialGen
HypoExponentialGen
This class implements random variate generators for the hypoexponential distribution (see classes umontreal.iro.lecuyer.probdistHypoExponentialDist and umontreal.iro.lecuyer.probdistHypoExponentialDistQuick in package probdist for the definition).
Constructor Summary | |
---|---|
HypoExponentialGen(RandomStream stream,
double[] lambda)
. |
|
HypoExponentialGen(RandomStream stream,
HypoExponentialDist dist)
. |
Method Summary | |
---|---|
double[] |
getLambda()
. |
static double |
nextDouble(RandomStream stream,
double[] lambda)
. |
void |
setLambda(double[] lambda)
. |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
---|
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStream, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HypoExponentialGen(RandomStream stream, double[] lambda)
public HypoExponentialGen(RandomStream stream, HypoExponentialDist dist)
Method Detail |
---|
public static double nextDouble(RandomStream stream, double[] lambda)
public double[] getLambda()
public void setLambda(double[] lambda)
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |