|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.randvar.RandomVariateGen umontreal.iro.lecuyer.randvar.RandomVariateGenInt umontreal.iro.lecuyer.randvar.HypergeometricGen
public class HypergeometricGen
This class implements random variate generators for the hypergeometric distribution. Its mass function is
The generation method is inversion using the chop-down algorithm
Constructor Summary | |
---|---|
HypergeometricGen(RandomStream s,
HypergeometricDist dist)
Creates a new generator for distribution dist, using stream s. |
|
HypergeometricGen(RandomStream s,
int m,
int l,
int k)
Creates a hypergeometric generator with parameters m = m, l = l and k = k, using stream s. |
Method Summary | |
---|---|
int |
getK()
Returns the k associated with this object. |
int |
getL()
Returns the l associated with this object. |
int |
getM()
Returns the m associated with this object. |
static int |
nextInt(RandomStream s,
int m,
int l,
int k)
Generates a new variate from the hypergeometric distribution with parameters m = m, l = l and k = k, using stream s. |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGenInt |
---|
getDistribution, nextArrayOfInt, nextInt |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
---|
getStream, nextArrayOfDouble, nextDouble, setStream, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HypergeometricGen(RandomStream s, int m, int l, int k)
public HypergeometricGen(RandomStream s, HypergeometricDist dist)
Method Detail |
---|
public static int nextInt(RandomStream s, int m, int l, int k)
public int getM()
public int getL()
public int getK()
|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |