Class Mam_bgchain_ctmc.Result

java.lang.Object
jline.solvers.mam.handlers.Mam_bgchain_ctmc.Result
Enclosing class:
Mam_bgchain_ctmc

public static final class Mam_bgchain_ctmc.Result extends Object
Solved background chain.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
    Stationary distribution, one row.
    Generator.
    double[][]
    Mean queue length per station per background class.
    int[][][]
    space[s][i][b]: class-b jobs held by station i in state s.
    int[][]
    totocc[s][i]: closed jobs of any background class held by station i.
    double[][]
    Mean completion rate per station per background class.
    double[][]
    Mean fraction of the servers held, per station per background class.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • space

      public int[][][] space
      space[s][i][b]: class-b jobs held by station i in state s.
    • totocc

      public int[][] totocc
      totocc[s][i]: closed jobs of any background class held by station i.
    • pi

      public Matrix pi
      Stationary distribution, one row.
    • Q

      public Matrix Q
      Generator.
    • QLen

      public double[][] QLen
      Mean queue length per station per background class.
    • Tput

      public double[][] Tput
      Mean completion rate per station per background class.
    • Ubusy

      public double[][] Ubusy
      Mean fraction of the servers held, per station per background class.
    • nstates

      public int nstates
  • Constructor Details

    • Result

      public Result()