public class GaussianDistribution extends NormalDistribution
Constructor and Description |
---|
GaussianDistribution(double mean,
double std)
Create a gaussian distribution (equivalent to normal)
with the given mean and std
|
equals, getMean, getStd, hashCode, setMean, setStd, toString
clone