Class MonteCarloSimulator.TornadoEntry

java.lang.Object
neqsim.process.util.optimizer.MonteCarloSimulator.TornadoEntry
All Implemented Interfaces:
Serializable
Enclosing class:
MonteCarloSimulator

public static class MonteCarloSimulator.TornadoEntry extends Object implements Serializable
A tornado sensitivity entry.
Version:
1.0
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • parameter

      public final String parameter
      Parameter description.
    • lowResult

      public final double lowResult
      Output value when parameter is at low end.
    • highResult

      public final double highResult
      Output value when parameter is at high end.
    • swing

      public final double swing
      Absolute swing (|high - low|).
  • Constructor Details

    • TornadoEntry

      TornadoEntry(String parameter, double lowResult, double highResult, double swing)
      Creates a tornado entry.
      Parameters:
      parameter - parameter description
      lowResult - result at low value
      highResult - result at high value
      swing - absolute swing