vec_math
Class PoissonRandom.TestGamma
java.lang.Object
vec_math.PoissonRandom.TestGamma
- Enclosing class:
- PoissonRandom
public static class PoissonRandom.TestGamma
- extends Object
Class to test the slow gammaSplit(a) method against the faster
gamma 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.TestGamma
public PoissonRandom.TestGamma()
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.