wavelet_util
Class bell_curves.bell_info

java.lang.Object
  |
  +--wavelet_util.bell_curves.bell_info
Enclosing class:
bell_curves

private class bell_curves.bell_info
extends java.lang.Object

Bell curve info: mean, sigma (the standard deviation)


Field Summary
 double mean
           
 double sigma
           
 
Constructor Summary
bell_curves.bell_info()
           
bell_curves.bell_info(double m, double s)
           
 
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
Constructor Detail

bell_curves.bell_info

public bell_curves.bell_info()

bell_curves.bell_info

public bell_curves.bell_info(double m,
                             double s)