Package org.jreliability.evaluator
package org.jreliability.evaluator
Provides the classes for the
Evaluator
s.-
ClassDescriptionThe
Evaluator
is a marker interface for all evaluators.TheIntegralEvaluator
determines the integral of aFunction
using Romberg's method.TheInverseEvaluator
calculates thex
value iny = R(x)
for a giveny
of theReliabilityFunction
R(t)
.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
.