Package org.jreliability.function.common
package org.jreliability.function.common
Provides the commonly used
Function
s and
UnreliabilityFunction
s for the reliability
analysis.-
ClassesClassDescriptionThe
ConstantFailureFunction
returns a constant failure probability for which it must hold that
0 =< failure probability =< 1
.TheConstantReliabilityFunction
returns a constant success probability for which it must hold that
0 =< failure probability =< 1
.TheExponentialFailureFunction
represents the exponential behavior of cumulative failure probability
F(x) = 1 - e^-(alpha * x)
of a failure caused with a fixed rate/probability of occurrencealpha > 0
.TheExponentialReliabilityFunction
represents the exponentialReliabilityFunction
R(x) = 1 - F(x) = e^-(alpha * x)
withalpha > 0
.TheHjorthReliabilityFunction
represents the HjorthReliabilityFunction
TheLognormalReliabilityFunction
represents the lognormalReliabilityFunction
TheNMWDReliabilityFunction
represents the NMWDReliabilityFunction
based on theWeibullReliabilityFunction
with a third parameter:TheNormalReliabilityFunction
represents the normalReliabilityFunction
TheParallelReliabilityFunction
corresponds to a parallel-structure of elements in a system as known from Serial-Parallel systems.TheSampledReliabilityFunction
approximates aReliabilityFunction
from a set of Samples.TheSerialReliabilityFunction
corresponds to a serial-structure of elements in a system as known from Serial-Parallel systems.TheSimpleFunctionTransformer
is a basic implementation of a functionTransformer
.TheSumReliabilityFunction
determines the sum of the specified set ofReliabilityFunction
s.TheWeibullReliabilityFunction
represents the 2-parameter Weibull reliability function