Package jline.lib.qmam
Class Q_CT_PH_PH_1Kt
-
- All Implemented Interfaces:
public final class Q_CT_PH_PH_1Kt
-
-
Method Summary
Modifier and Type Method Description final static PHPH1ResultqCtPhPh1(Matrix alpha, Matrix T, Matrix beta, Matrix S, PHPH1Options options)Computes queue length and waiting time distribution for a PH/PH/1/FCFS queue. -
-
Method Detail
-
qCtPhPh1
final static PHPH1Result qCtPhPh1(Matrix alpha, Matrix T, Matrix beta, Matrix S, PHPH1Options options)
Computes queue length and waiting time distribution for a PH/PH/1/FCFS queue.
- Parameters:
alpha- PH arrival process initial vector (1 x ma)T- PH arrival process rate matrix (ma x ma)beta- PH service time initial vector (1 x ms)S- PH service time rate matrix (ms x ms)options- Solver options- Returns:
PHPH1Result containing queue length and optionally waiting time distribution
-
-
-
-