vec_math
Class PoissonRandom.MedianGauss

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

public static class PoissonRandom.MedianGauss
extends Object

Class to take a normal-distributed variable, sort them, print the mean and the sigma.


Constructor Summary
PoissonRandom.MedianGauss()
           
 
Method Summary
static void main(String[] arg)
          We rely on the parental gaussian implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoissonRandom.MedianGauss

public PoissonRandom.MedianGauss()
Method Detail

main

public static void main(String[] arg)
We rely on the parental gaussian implementation. If an argument is given, the first one is the standard deviation, second mean.