public interface Mean
Modifier and Type | Method and Description |
---|---|
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.
|
void setMean(double newmean)
newmean
- The new mean for the distribution.void setStandardDeviation(double newsd)
newsd
- The new standard deviation.