Interface TotalOrderSensitivity
- All Superinterfaces:
Displayable
,SensitivityResult
- All Known Implementing Classes:
SobolSensitivityAnalysis.SobolSensitivityResult
Interface for results supporting total-order effects. Total-order effects measure the impact or influence of a
parameter, including all higher-order effects. In other words, this is the summation of the first-order,
second-order, third, etc. effects.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Sensitivity<Parameter<?>>
getTotalOrder
(String key) Returns the total-order effect for the given parameter.Sensitivity<Parameter<?>>
getTotalOrder
(Parameter<?> key) Returns the total-order effect for the given parameter.Methods inherited from interface org.moeaframework.util.format.Displayable
display, display
Methods inherited from interface org.moeaframework.analysis.sensitivity.SensitivityResult
getParameterSet
-
Method Details
-
getTotalOrder
Returns the total-order effect for the given parameter.- Parameters:
key
- the parameter- Returns:
- the total-order effect
-
getTotalOrder
Returns the total-order effect for the given parameter.- Parameters:
key
- the parameter name- Returns:
- the total-order effect
-