Package org.jreliability.evaluator
Class InverseEvaluator
- java.lang.Object
-
- org.jreliability.evaluator.InverseEvaluator
-
- All Implemented Interfaces:
Evaluator
public class InverseEvaluator extends java.lang.Object implements Evaluator
TheInverseEvaluator
calculates thex
value iny = R(x)
for a giveny
of theReliabilityFunction
R(t)
. This is typically used to derive measures like, e.g., the Mission Time (MT).
-
-
Constructor Summary
Constructors Constructor Description InverseEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evaluate(ReliabilityFunction reliabilityFunction, double y)
-
-
-
Method Detail
-
evaluate
public double evaluate(ReliabilityFunction reliabilityFunction, double y)
- Parameters:
reliabilityFunction
- the reliabilityFunctiony
- the y value- Returns:
- the x value for a y value and a given reliabilityFunction
-
-