Package org.ojalgo.random
Interface DiscreteDistribution
-
- All Superinterfaces:
Distribution
- All Known Implementing Classes:
AbstractDiscrete
,Binomial
,Geometric
,Poisson
public interface DiscreteDistribution extends Distribution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getProbability(int value)
Probability density function-
Methods inherited from interface org.ojalgo.random.Distribution
getExpected, getStandardDeviation, getVariance
-
-