Package jline.io

Class Ret.pfqnAB

java.lang.Object
jline.io.Ret.pfqnAB
Enclosing class:
Ret

public static class Ret.pfqnAB extends Object
Result type for the Akyildiz-Bolch (A/B) linearizer method for load-dependent multi-server BCMP networks.

This class encapsulates the output of the pfqn_ab function which implements the Akyildiz-Bolch linearizer approach for analyzing multi-server queueing networks with processor sharing (PS) scheduling. The method uses weight functions and marginal probability estimation for iterative convergence.

  • Field Details

    • QN

      public Matrix QN
      Queue length matrix (M x R)
    • UN

      public Matrix UN
      Utilization matrix (M x R)
    • RN

      public Matrix RN
      Response time matrix (M x R)
    • TN

      public Matrix TN
      Throughput matrix (M x R)
    • CN

      public Matrix CN
      Waiting time matrix (M x R)
    • XN

      public Matrix XN
      System throughput vector (1 x R)
    • method

      public String method
      Method identifier
    • iter

      public int iter
      Number of iterations
    • runtime

      public double runtime
      Runtime in seconds
  • Constructor Details