Class ParallelReliabilityFunction

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

public class ParallelReliabilityFunction extends ReliabilityFunctionSet
The ParallelReliabilityFunction corresponds to a parallel-structure of elements in a system as known from Serial-Parallel systems. Basically, the ParallelReliabilityFunction holds a set of ReliabilityFunctions and multiplies their (1-y)-values and calculates the counter probability to derive the y-value of the whole parallel-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)