Interface PDFIfc

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double pdf​(double x)
      Returns the f(x) where f represents the probability density function for the distribution.
    • Method Detail

      • pdf

        double pdf​(double x)
        Returns the f(x) where f represents the probability density function for the distribution. Note this is not a probability.
        Parameters:
        x - a double representing the value to be evaluated
        Returns:
        f(x)