Interface TotalOrderSensitivity

All Superinterfaces:
Displayable, SensitivityResult
All Known Implementing Classes:
SobolSensitivityAnalysis.SobolSensitivityResult

public interface TotalOrderSensitivity extends SensitivityResult
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 Details

    • getTotalOrder

      Sensitivity<Parameter<?>> getTotalOrder(Parameter<?> key)
      Returns the total-order effect for the given parameter.
      Parameters:
      key - the parameter
      Returns:
      the total-order effect
    • getTotalOrder

      default Sensitivity<Parameter<?>> getTotalOrder(String key)
      Returns the total-order effect for the given parameter.
      Parameters:
      key - the parameter name
      Returns:
      the total-order effect