NumberType
- Type of Number that can be sampled from this Distribution.public interface ClosedFormUnivariateDistribution<NumberType extends java.lang.Number> extends ClosedFormDistribution<NumberType>, UnivariateDistribution<NumberType>
Modifier and Type | Method and Description |
---|---|
ClosedFormCumulativeDistributionFunction<NumberType> |
getCDF()
Gets the CDF of a scalar distribution.
|
clone, convertFromVector, convertToVector
getMaxSupport, getMeanAsDouble, getMinSupport, getVariance
getMean
sample, sample, sampleInto
ClosedFormCumulativeDistributionFunction<NumberType> getCDF()
UnivariateDistribution
getCDF
in interface UnivariateDistribution<NumberType extends java.lang.Number>