Class Pfqn_mvasjn.Result

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

public static final class Pfqn_mvasjn.Result extends Object
Mean performance measures of the network.
  • Field Details

    • X

      public final Matrix X
      Throughputs (1 x R).
    • Q

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

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

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

      public final Pfqn_mvasjn.Profile[] profiles
      Conditional waiting time profiles, one per SJN station.
    • iter

      public final int iter
      Iterations performed, one for the lattice recursion.
  • Constructor Details