Class Normal

java.lang.Object
  |
  +--Normal
All Implemented Interfaces:
java.lang.Cloneable

public class Normal
extends java.lang.Object
implements java.lang.Cloneable

Data structure to describe a normally distributed random variable.


Field Summary
 double mean
           
 double sdev
           
 
Constructor Summary
Normal()
           
Normal(double m, double s)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mean

public double mean

sdev

public double sdev
Constructor Detail

Normal

public Normal()

Normal

public Normal(double m,
              double s)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object