public interface NormalDistribution extends ContinuousDistribution, HasDensity<java.lang.Double>
Modifier and Type | Method and Description |
---|---|
double |
density(java.lang.Double x)
Return the probability density for a particular point.
|
double |
getMean()
Access the mean.
|
double |
getStandardDeviation()
Access the standard deviation.
|
void |
setMean(double mean)
Deprecated.
as of v2.1
|
void |
setStandardDeviation(double sd)
Deprecated.
as of v2.1
|
inverseCumulativeProbability
cumulativeProbability, cumulativeProbability
double getMean()
@Deprecated void setMean(double mean)
mean
- for this distributiondouble getStandardDeviation()
@Deprecated void setStandardDeviation(double sd)
sd
- standard deviation for this distributiondouble density(java.lang.Double x)
density
in interface HasDensity<java.lang.Double>
x
- The point at which the density should be computed."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"