Package jline.lib.qmam
Class Q_RAP_RAP_1Kt
-
- All Implemented Interfaces:
public final class Q_RAP_RAP_1Kt
-
-
Method Summary
Modifier and Type Method Description final static RAPRAP1ResultqRapRap1(Matrix C0, Matrix C1, Matrix D0, Matrix D1, RAPRAP1Options options)Computes queue length distribution for a RAP/RAP/1/FCFS queue. -
-
Method Detail
-
qRapRap1
final static RAPRAP1Result qRapRap1(Matrix C0, Matrix C1, Matrix D0, Matrix D1, RAPRAP1Options options)
Computes queue length distribution for a RAP/RAP/1/FCFS queue.
- Parameters:
C0- RAP arrival process matrix C0 (mA x mA)C1- RAP arrival process matrix C1 (mA x mA)D0- RAP service process matrix D0 (mS x mS)D1- RAP service process matrix D1 (mS x mS)options- Solver options- Returns:
RAPRAP1Result containing queue length distribution
-
-
-
-