public interface GammaDistribution extends ContinuousDistribution, HasDensity<Double>
References:
| Modifier and Type | Method and Description |
|---|---|
double |
density(Double x)
Return the probability density for a particular point.
|
double |
getAlpha()
Access the shape parameter, alpha
|
double |
getBeta()
Access the scale parameter, beta
|
void |
setAlpha(double alpha)
Deprecated.
as of v2.1
|
void |
setBeta(double beta)
Deprecated.
as of v2.1
|
inverseCumulativeProbabilitycumulativeProbability, cumulativeProbability@Deprecated void setAlpha(double alpha)
alpha - the new shape parameter.double getAlpha()
@Deprecated void setBeta(double beta)
beta - the new scale parameter.double getBeta()
double density(Double x)
density in interface HasDensity<Double>x - The point at which the density should be computed.Copyright © 2003–2015. All rights reserved.