vec_math
Class PoissonRandom.TestPoisson

java.lang.Object
  extended by vec_math.PoissonRandom.TestPoisson
Enclosing class:
PoissonRandom

public static class PoissonRandom.TestPoisson
extends Object

Class to test the slow poissonMM(a) method against the faster poisson method.


Constructor Summary
PoissonRandom.TestPoisson()
           
 
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
 

Constructor Detail

PoissonRandom.TestPoisson

public PoissonRandom.TestPoisson()
Method Detail

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.