vec_math
Class PoissonRandom.Poisson
java.lang.Object
vec_math.PoissonRandom.Poisson
- Enclosing class:
- PoissonRandom
public static class PoissonRandom.Poisson
- extends Object
Class to produce poisson distributed variable with the faster
poisson method.
|
Method Summary |
static void |
main(String[] arg)
First argument is the argument for which gamma-distributed values
should be generated, the second, if existing is the number of
elements to produce. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoissonRandom.Poisson
public PoissonRandom.Poisson()
main
public static void main(String[] arg)
- First argument is the argument for which gamma-distributed values
should be generated, the second, if existing is the number of
elements to produce.