public interface ExponentialDistribution extends ContinuousDistribution, HasDensity<Double>
References:
| Modifier and Type | Method and Description |
|---|---|
double |
density(Double x)
Return the probability density for a particular point.
|
double |
getMean()
Access the mean.
|
void |
setMean(double mean)
Deprecated.
as of v2.1
|
inverseCumulativeProbabilitycumulativeProbability, cumulativeProbability@Deprecated void setMean(double mean)
mean - the new mean.double getMean()
double density(Double x)
density in interface HasDensity<Double>x - The point at which the density should be computed.Copyright © 2003–2018. All rights reserved.