Package org.jreliability.function
Provides the classes for the
ReliabilityFunction
s used for the
calculation of the top-event.-
Interface Summary Interface Description Function TheFunction
represents a mathematical functiony = f(x)
.ReliabilityFunction TheReliabilityFunction
represents a reliability or survival functionR(x)
that is commonly defined as
R(x) = 1 - F(x)
,
withF(x)
being aUnreliabilityFunction
F(x)
. -
Class Summary Class Description DensityFunction FailureRate InverseFunction TheInverseFunction
determines the inverse reliabilityR^-1(x)
.ReliabilityFunctionSet TheReliabilityFunctionSet
is the basic class for functions defined over a set ofReliabilityFunction
s.SequentialFunction TheSequentialFunction
is an abstract implementation for allFunction
s that will calculatey
values sequentially in case a list ofx
values is given.UnreliabilityFunction TheUnreliabilityFunction
determines theUnreliabilityFunction
F(x)
of a givenReliabilityFunction
R(x)
as