Class DensityFunction


  • public class DensityFunction
    extends java.lang.Object
    The DensityFunction determines the density f(x) of a Function F(x).
    • Constructor Detail

    • Method Detail

      • getY

        public double getY​(double x)
        Returns the y value for y = f(x).
        Parameters:
        x - the x value
        Returns:
        the y for y = f(x)