Package jline.io

Class Ret.pfqnLinearizerMSEstimate

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

public static class Ret.pfqnLinearizerMSEstimate extends Object
Data structure for storing estimated intermediate results from the MS linearizer method. Includes arrays of matrices for queue length estimates (Q_1), probabilities (P_1), and a matrix of blocking probabilities (PB_1).
  • Field Details

  • Constructor Details

    • pfqnLinearizerMSEstimate

      public pfqnLinearizerMSEstimate(Matrix[] Q_1, Matrix[] P_1, Matrix PB_1)