Package org.jreliability.function
package org.jreliability.function
Provides the classes for the
ReliabilityFunctions used for the
calculation of the top-event.-
ClassDescriptionThe
Functionrepresents a mathematical functiony = f(x).TheInverseFunctiondetermines the inverse reliabilityR^-1(x).TheReliabilityFunctionrepresents a reliability or survival functionR(x)that is commonly defined as
R(x) = 1 - F(x),
withF(x)being aUnreliabilityFunctionF(x).TheReliabilityFunctionSetis the basic class for functions defined over a set ofReliabilityFunctions.TheSequentialFunctionis an abstract implementation for allFunctions that will calculateyvalues sequentially in case a list ofxvalues is given.TheUnreliabilityFunctiondetermines theUnreliabilityFunctionF(x)of a givenReliabilityFunctionR(x)as