-
Method Summary
double
Return the probability density for a particular point.
double
double
Access the standard deviation.
void
void
-
Method Details
-
getMean
double getMean()
Access the mean.
- Returns:
- mean for this distribution
-
setMean
Deprecated.
Modify the mean.
- Parameters:
mean - for this distribution
-
getStandardDeviation
double getStandardDeviation()
Access the standard deviation.
- Returns:
- standard deviation for this distribution
-
setStandardDeviation
Deprecated.
Modify the standard deviation.
- Parameters:
sd - standard deviation for this distribution
-
density
Return the probability density for a particular point.
- Specified by:
density in interface HasDensity<Double>
- Parameters:
x - The point at which the density should be computed.
- Returns:
- The pdf at point x.