Class RcatComponent

java.lang.Object
jline.solvers.ag.handlers.RcatComponent

public final class RcatComponent extends Object
One RCAT component: the (station, class) pair and the Markovian processes its QBD is assembled from. The phase of the QBD is the pair (arrival phase, service phase) in the Kronecker order of qbd_mapmap1, so the level blocks are kron(D1a, I) up, krons(D0a, D0s) locally at a busy level, kron(D0a, I) at level 0 where no server runs, and kron(I, D1s) down.
  • Field Details

    • ist

      public int ist
    • r

      public int r
    • Da0

      public Matrix Da0
    • Da1

      public Matrix Da1
    • Ds0

      public Matrix Ds0
    • Ds1

      public Matrix Ds1
    • Dsvc

      public Matrix Dsvc
    • na

      public int na
    • ns

      public int ns
    • mph

      public int mph
    • nlev

      public int nlev
    • N

      public int N
    • lamNeg

      public double lamNeg
    • lamCat

      public double lamCat
    • batchRates

      public final List<Double> batchRates
    • batchDists

      public final List<DiscreteDistribution> batchDists
  • Constructor Details

    • RcatComponent

      public RcatComponent()