public interface Distribution<C extends Comparable<? super C>>
Modifier and Type | Method and Description |
---|---|
Function<C,Float64> |
getCDF()
Return a new instance of the Cumulative Distribution Function (CDF).
|
Range<C> |
getDomain()
Return the domain of this probability distribution.
|
Function<C,Float64> |
getPDF()
Return a new instance of the Probability Density Function (PDF).
|
Range<C> getDomain()
Function<C,Float64> getCDF()
© 2007-2014 Franz Wilhelmstötter (2014-03-07 19:35)