Package org.jreliability.evaluator
Provides the classes for the
Evaluator
s.-
Interface Summary Interface Description Evaluator TheEvaluator
is a marker interface for all evaluators. -
Class Summary Class Description IntegralEvaluator TheIntegralEvaluator
determines the integral of aFunction
using Romberg's method.InverseEvaluator TheInverseEvaluator
calculates thex
value iny = R(x)
for a giveny
of theReliabilityFunction
R(t)
.MomentEvaluator TheMomentEvaluator
determines then
-th moment of a density functionf(x)
given aReliabilityFunction
R(x)
.
E(X^n) = integral_0^infinity x^n f(x) dx
.