Class CtmcSignalBusy

java.lang.Object
jline.solvers.ctmc.handlers.CtmcSignalBusy

public final class CtmcSignalBusy extends Object
  • Method Details

    • busyFraction

      public static double[] busyFraction(NetworkStruct sn, int ind, int ist, SchedStrategy sched, double nservers, Matrix stateSpace, Matrix istSpaceShift, Matrix wset, Matrix probSysState, int K)
      Parameters:
      sn - network structure
      ind - node index of the station
      ist - station index
      sched - scheduling strategy at the station
      nservers - number of servers at the station
      stateSpace - working state space (rows indexed by wset entries)
      istSpaceShift - per-station column offset into the state space
      wset - reachable state rows
      probSysState - stationary probability of each state row
      K - number of classes
      Returns:
      per-class busy-server fraction (length K)