org.apache.commons.math.distribution

Interface HasDensity<P>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      double density(P x)
      Deprecated. 
      Compute the probability density function.
    • Method Detail

      • density

        double density(P x)
                       throws MathException
        Deprecated. 
        Compute the probability density function.
        Parameters:
        x - point for which the probability density is requested
        Returns:
        probability density at point x
        Throws:
        MathException - if probability density cannot be computed at specifed point

Copyright (c) 2003-2014 Apache Software Foundation