Package jline.api.pfqn.lcfs
Class Pfqn_lcfsqn_ncKt
-
- All Implemented Interfaces:
public final class Pfqn_lcfsqn_ncKt
-
-
Method Summary
Modifier and Type Method Description final static LcfsqnNcResultpfqn_lcfsqn_nc(Matrix alpha, Matrix beta, Matrix N)Normalizing constant for multiclass LCFS queueing networks. -
-
Method Detail
-
pfqn_lcfsqn_nc
final static LcfsqnNcResult pfqn_lcfsqn_nc(Matrix alpha, Matrix beta, Matrix N)
Normalizing constant for multiclass LCFS queueing networks.
This function computes the normalizing constant for a 2-station closed queueing network with:
Station 1: LCFS (Last-Come-First-Served, non-preemptive)
Station 2: LCFS-PR (LCFS with Preemption-Resume)
- Parameters:
alpha- Vector of inverse service rates at station 1 (LCFS).beta- Vector of inverse service rates at station 2 (LCFS-PR).N- Population vector, N(r) = number of jobs of class r.- Returns:
LcfsqnNcResult containing normalizing constant G and A matrices
-
-
-
-