Package jsl.utilities.distributions
Interface PMFIfc
-
- All Known Subinterfaces:
DiscreteDistributionIfc
- All Known Implementing Classes:
Bernoulli
,Binomial
,Constant
,DEmpiricalCDF
,DUniform
,Geometric
,NegativeBinomial
,Poisson
,ShiftedGeometric
,VConstant
public interface PMFIfc
Represents the probability mass function for 1-d discrete distributions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
pmf(double x)
Returns the f(x) where f represents the probability mass function for the distribution.
-