net.grelf
Class Maths.Statistics

java.lang.Object
  extended by net.grelf.Maths.Statistics
Enclosing class:
Maths

public static class Maths.Statistics
extends java.lang.Object

Just a record to hold public values. Differs from net.grelf.grip.Statistics because min and max are not int and there is no mode.


Field Summary
 double max
           
 double mean
           
 double min
           
 int n
           
 double stdDev
           
 
Constructor Summary
Maths.Statistics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

public int n

min

public double min

mean

public double mean

max

public double max

stdDev

public double stdDev
Constructor Detail

Maths.Statistics

public Maths.Statistics()