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, convertToVectorgetMaxSupport, getMeanAsDouble, getMinSupport, getVariancegetMeansample, sample, sampleIntoClosedFormCumulativeDistributionFunction<NumberType> getCDF()
UnivariateDistributiongetCDF in interface UnivariateDistribution<NumberType extends java.lang.Number>