public class NormalDistribution extends Distribution
| Constructor and Description |
|---|
NormalDistribution(double mean,
double std)
Create a normal distribution
with the given mean and std
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getMean() |
double |
getStd() |
int |
hashCode() |
void |
setMean(double mean) |
void |
setStd(double std) |
String |
toString() |
clonepublic NormalDistribution(double mean,
double std)
mean - the meanstd - the standard deviationCopyright © 2018. All rights reserved.