Class Pfqn_tay.Result

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

public static final class Pfqn_tay.Result extends Object
Mean performance measures plus the arrival-instant queue lengths.
  • Field Details

    • X

      public final Matrix X
      Per-class throughputs (1 x R).
    • Q

      public final Matrix Q
      Mean queue lengths (M x R).
    • U

      public final Matrix U
      Utilizations (M x R).
    • R

      public final Matrix R
      Residence times (M x R).
    • totiter

      public final int totiter
      Number of iterations performed.
    • Qarr

      public final Matrix[] Qarr
      Arrival-instant queue lengths, indexed [r][m][k]: the class-k queue length at station m as seen by an arriving class-r job. These are the auxiliary quantities the method is tabulated on, and they are NOT the queue lengths of the model re-solved at N - e_r, which is the same object only for an exact solution.
  • Constructor Details