vec_math
Class PoissonRandom.MedianGauss
java.lang.Object
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.
|
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 |
PoissonRandom.MedianGauss
public PoissonRandom.MedianGauss()
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.