Package org.jreliability.evaluator
package org.jreliability.evaluator
Provides the classes for the 
Evaluators.- 
ClassDescriptionThe
Evaluatoris a marker interface for all evaluators.TheIntegralEvaluatordetermines the integral of aFunctionusing Romberg's method.TheInverseEvaluatorcalculates thexvalue iny = R(x)for a givenyof theReliabilityFunctionR(t).TheMomentEvaluatordetermines then-th moment of a density functionf(x)given aReliabilityFunctionR(x).
E(X^n) = integral_0^infinity x^n f(x) dx.