DomainType - Domain type of the Distribution.public interface ComputableDistribution<DomainType> extends Distribution<DomainType>
| Modifier and Type | Method and Description |
|---|---|
ProbabilityFunction<DomainType> |
getProbabilityFunction()
Gets the distribution function associated with this Distribution,
either the PDF or PMF.
|
sample, sample, sampleIntocloneProbabilityFunction<DomainType> getProbabilityFunction()