Interface PMFIfc

    • 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.
    • Method Detail

      • pmf

        double pmf​(double x)
        Returns the f(x) where f represents the probability mass function for the distribution.
        Parameters:
        x - a double representing the value to be evaluated
        Returns:
        f(x) the P(X=x)