|
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.RandomVariateGenInt
umontreal.iro.lecuyer.randvar.HypergeometricGen
public class HypergeometricGen
HypergeometricGen
This class implements random variate generators for the hypergeometric distribution. Its mass function is
(0, k - l + m),...,
(k, m)
The generation method is inversion using the chop-down algorithm[#!sKAC85a!#]
| Constructor Summary | |
|---|---|
HypergeometricGen(RandomStream s,
HypergeometricDist dist)
. |
|
HypergeometricGen(RandomStream s,
int m,
int l,
int k)
. |
|
| Method Summary | |
|---|---|
int |
getK()
. |
int |
getL()
. |
int |
getM()
. |
static int |
nextInt(RandomStream s,
int m,
int l,
int k)
. |
| 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. labo. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||