Package jline.solvers.ctmc.handlers
Class CtmcSignalBusy
java.lang.Object
jline.solvers.ctmc.handlers.CtmcSignalBusy
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]busyFraction(NetworkStruct sn, int ind, int ist, SchedStrategy sched, double nservers, Matrix stateSpace, Matrix istSpaceShift, Matrix wset, Matrix probSysState, int K)
-
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 structureind- node index of the stationist- station indexsched- scheduling strategy at the stationnservers- number of servers at the stationstateSpace- working state space (rows indexed by wset entries)istSpaceShift- per-station column offset into the state spacewset- reachable state rowsprobSysState- stationary probability of each state rowK- number of classes- Returns:
- per-class busy-server fraction (length K)
-