experimental
Class statistics.bell_info

java.lang.Object
  |
  +--experimental.statistics.bell_info
Enclosing class:
statistics

public class statistics.bell_info
extends java.lang.Object

Bell curve info: mean, sigma (the standard deviation), low (the start of the curve area) and high (the end of the curve area).


Field Summary
 double high
           
 double low
           
 double mean
           
 double sigma
           
 
Constructor Summary
statistics.bell_info()
           
statistics.bell_info(double m, double s, double l, double h)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mean

public double mean

sigma

public double sigma

low

public double low

high

public double high
Constructor Detail

statistics.bell_info

public statistics.bell_info()

statistics.bell_info

public statistics.bell_info(double m,
                            double s,
                            double l,
                            double h)