|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Normal
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 |
public double mean
public double sdev
| Constructor Detail |
public Normal()
public Normal(double m,
double s)
| Method Detail |
public java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||