Class ProductionOptimizer.CapacityRange

java.lang.Object
neqsim.process.util.optimization.ProductionOptimizer.CapacityRange
Enclosing class:
ProductionOptimizer

static final class ProductionOptimizer.CapacityRange extends Object
Range container to support percentile-based capacity evaluations.
  • Field Details

    • p10

      private final double p10
    • p50

      private final double p50
    • p90

      private final double p90
  • Constructor Details

    • CapacityRange

      public CapacityRange(double p10, double p50, double p90)
  • Method Details

    • atPercentile

      public double atPercentile(double percentile)