Package org.jreliability.evaluator
Class InverseEvaluator
java.lang.Object
org.jreliability.evaluator.InverseEvaluator
- All Implemented Interfaces:
Evaluator
The
InverseEvaluator calculates the x value in y =
R(x) for a given y of the ReliabilityFunction R(t).
This is typically used to derive measures like, e.g., the Mission Time (MT).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleevaluate(ReliabilityFunction reliabilityFunction, double y)
-
Constructor Details
-
InverseEvaluator
public InverseEvaluator()
-
-
Method Details
-
evaluate
- Parameters:
reliabilityFunction- the reliabilityFunctiony- the y value- Returns:
- the x value for a y value and a given reliabilityFunction
-