Class Pfqn_looping.Result

java.lang.Object
jline.api.pfqn.mva.Pfqn_looping.Result
Enclosing class:
Pfqn_looping

public static final class Pfqn_looping.Result extends Object
Result of the Looping iteration.
  • Field Details

    • Xlo

      public Matrix Xlo
      Pessimistic (lower) throughput bound, one entry per class.
    • Xup

      public Matrix Xup
      Optimistic (upper) throughput bound, one entry per class.
    • Q

      public Matrix Q
      Mean queue lengths on the pessimistic side.
    • R

      public Matrix R
      Residence times.
    • iter

      public int iter
      Iterations performed.
  • Constructor Details

    • Result

      public Result()