Class SolverUQ.Interval

java.lang.Object
jline.solvers.uq.SolverUQ.Interval
Enclosing class:
SolverUQ

public static class SolverUQ.Interval extends Object
Interval-valued metrics returned by SolverUQ.getInterval(). Each metric is a pair of nstations x nclasses matrices holding the two endpoints.
  • Field Details

    • Qlo

      public final Matrix Qlo
      Queue-length endpoints.
    • Qup

      public final Matrix Qup
      Queue-length endpoints.
    • Ulo

      public final Matrix Ulo
      Utilization endpoints.
    • Uup

      public final Matrix Uup
      Utilization endpoints.
    • Rlo

      public final Matrix Rlo
      Response-time endpoints.
    • Rup

      public final Matrix Rup
      Response-time endpoints.
    • Tlo

      public final Matrix Tlo
      Throughput endpoints.
    • Tup

      public final Matrix Tup
      Throughput endpoints.
    • Wlo

      public final Matrix Wlo
      Residence-time endpoints.
    • Wup

      public final Matrix Wup
      Residence-time endpoints.
    • X

      public Matrix X
      System throughput interval (1 x 2); null off the exact path.
    • Rtot

      public Matrix Rtot
      Total response-time interval (1 x 2); null off the exact path.
    • exact

      public boolean exact
      Whether the interval is the exact hull over the whole parameter box.
    • method

      public String method
      "mvainterval" or "sampled".
    • reason

      public String reason
      When not exact, the condition that ruled out the exact path.
  • Constructor Details

    • Interval

      public Interval(int M, int K)