|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mean
A interface indicating that a class expects the mean and standard deviation to be set.
| Method Summary | |
|---|---|
void |
setMean(double newmean)
Sets the mean of the Gaussian distribution to a new mean. |
void |
setStandardDeviation(double newsd)
Sets the standard deviation of the Gaussian distribution to a new value. |
| Method Detail |
|---|
void setMean(double newmean)
newmean - The new mean for the distribution.void setStandardDeviation(double newsd)
newsd - The new standard deviation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||