Package jline.solvers.mam.handlers
Class Mam_detect_mmck
java.lang.Object
jline.solvers.mam.handlers.Mam_detect_mmck
Decides if a station matches the M/M/c/K assumptions.
Port of matlab/src/solvers/MAM/mam_detect_mmck.m.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classOutcome of the M/M/c/K detection. -
Method Summary
Modifier and TypeMethodDescriptionstatic Mam_detect_mmck.Resultmam_detect_mmck(NetworkStruct sn, int ist, int K, MatrixCell mmapNode) Returns isMmck=true (and the shared service rate) only when the aggregated arrival MMAP is single-phase (Poisson superposition), every active class has Exp service at the station, and all active classes share the same rate.
-
Method Details
-
mam_detect_mmck
public static Mam_detect_mmck.Result mam_detect_mmck(NetworkStruct sn, int ist, int K, MatrixCell mmapNode) Returns isMmck=true (and the shared service rate) only when the aggregated arrival MMAP is single-phase (Poisson superposition), every active class has Exp service at the station, and all active classes share the same rate.
-