Package jline.lib.fjcodes
Class ReturnWaitKt
-
- All Implemented Interfaces:
public final class ReturnWaitKt
-
-
Method Summary
Modifier and Type Method Description final static ReturnWaitResultreturnWait(Double En1, Matrix pi0, Matrix T, Matrix phi, Matrix sum_Ajump)Compute Phase-Type representation of stationary waiting timeCalculates the phase-type representation of the stationary waiting time for a K-node Fork-Join queue. -
-
Method Detail
-
returnWait
final static ReturnWaitResult returnWait(Double En1, Matrix pi0, Matrix T, Matrix phi, Matrix sum_Ajump)
Compute Phase-Type representation of stationary waiting time
Calculates the phase-type representation of the stationary waiting time for a K-node Fork-Join queue.
- Parameters:
En1- Expected number in systempi0- Steady-state probability vectorT- T-matrixphi- Row sum vectorsum_Ajump- Row sum of A_jump matrix- Returns:
ReturnWaitResult with waiting time distribution
-
-
-
-