Class SerialReliabilityFunction

java.lang.Object
org.jreliability.function.ReliabilityFunctionSet
org.jreliability.function.common.SerialReliabilityFunction
All Implemented Interfaces:
Function, ReliabilityFunction

public class SerialReliabilityFunction extends ReliabilityFunctionSet
The SerialReliabilityFunction corresponds to a serial-structure of elements in a system as known from Serial-Parallel systems. Basically, the SerialReliabilityFunction holds a set of ReliabilityFunctions and multiplies their y-values to derive the y-value of the whole serial-structure.
  • Constructor Details

  • Method Details

    • getY

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