Class DensityFunction

java.lang.Object
org.jreliability.function.DensityFunction

public class DensityFunction extends Object
The DensityFunction determines the density f(x) of a Function F(x).
  • Field Details

  • Constructor Details

  • Method Details

    • 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)