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