edu.cmu.minorthird.classify.algorithms.random
Class TestRandom

java.lang.Object
  extended by edu.cmu.minorthird.classify.algorithms.random.TestRandom

public class TestRandom
extends java.lang.Object

Tests Poisson, Gamma, and Negative-Binomial random numbers.

Author:
Edoardo Airoldi

Constructor Summary
TestRandom()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRandom

public TestRandom()
Method Detail

main

public static void main(java.lang.String[] argv)