Class BarlowProschan.BarlowProschanFunction

java.lang.Object
org.jreliability.importancemeasures.BarlowProschan.BarlowProschanFunction
All Implemented Interfaces:
Function, ReliabilityFunction
Enclosing class:
BarlowProschan<T>

protected class BarlowProschan.BarlowProschanFunction extends Object implements ReliabilityFunction
  • Constructor Details

  • Method Details

    • getY

      public double getY(double x)
      Description copied from interface: Function
      Returns the y value for y = f(x).
      Specified by:
      getY in interface Function
      Parameters:
      x - the x value
      Returns:
      the y for y = f(x)
    • getY

      public List<Double> getY(List<Double> xs)
      Description copied from interface: Function
      Returns a list of y values for a given list of x value.
      Specified by:
      getY in interface Function
      Parameters:
      xs - the list of values
      Returns:
      the list of y values for each x