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 PMFIfcRepresents the probability mass function for 1-d discrete distributions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublepmf(double x)Returns the f(x) where f represents the probability mass function for the distribution.
-