Package jline.io

Class Ret.pfqnSchmidt

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

public static class Ret.pfqnSchmidt extends Object
Result type for the Schmidt method for load-dependent MVA with multi-server stations.

This class encapsulates the output of the pfqn_schmidt function which implements the Schmidt population recursion algorithm for analyzing closed queueing networks with load-dependent service and multi-server stations. Supports INF, PS, and FCFS scheduling strategies with both single and multi-server configurations.

  • 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)
    • PN

      public List<Matrix> PN
      State probabilities per station
    • method

      public String method
      Method identifier
    • iter

      public int iter
      Number of iterations (states enumerated)
    • runtime

      public double runtime
      Runtime in seconds
  • Constructor Details