NumberType
- Type of Number that can be sampled from this distribution.public interface UnivariateDistribution<NumberType extends java.lang.Number> extends DistributionWithMean<NumberType>
Modifier and Type | Method and Description |
---|---|
CumulativeDistributionFunction<NumberType> |
getCDF()
Gets the CDF of a scalar distribution.
|
NumberType |
getMaxSupport()
Gets the minimum support (domain or input) of the distribution.
|
double |
getMeanAsDouble()
Gets the mean of the distribution as a double.
|
NumberType |
getMinSupport()
Gets the minimum support (domain or input) of the distribution.
|
double |
getVariance()
Gets the variance of the distribution.
|
getMean
sample, sample, sampleInto
clone
NumberType getMinSupport()
NumberType getMaxSupport()
CumulativeDistributionFunction<NumberType> getCDF()
double getMeanAsDouble()
double getVariance()