public interface BetaDistribution 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 |
getAlpha()
Access the shape parameter, alpha
|
double |
getBeta()
Access the shape parameter, beta
|
void |
setAlpha(double alpha)
Deprecated.
as of 2.1
|
void |
setBeta(double beta)
Deprecated.
as of 2.1
|
inverseCumulativeProbability
cumulativeProbability, 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(java.lang.Double x) throws MathException
density
in interface HasDensity<java.lang.Double>
x
- The point at which the density should be computed.MathException
- if probability density cannot be computedCopyright © 2010 - 2020 Adobe. All Rights Reserved