Package jline.lib.fjcodes
Class ReturnRT2Kt
-
- All Implemented Interfaces:
public final class ReturnRT2Kt
-
-
Method Summary
Modifier and Type Method Description final static MatrixreturnRT2(FJArrival arrival, FJService service, DoubleArray pers, Integer C, String tMode)Compute response time percentiles for K=2 Fork-Join queueCombines waiting time and service time distributions to compute response time percentiles for a 2-node Fork-Join system. -
-
Method Detail
-
returnRT2
final static Matrix returnRT2(FJArrival arrival, FJService service, DoubleArray pers, Integer C, String tMode)
Compute response time percentiles for K=2 Fork-Join queue
Combines waiting time and service time distributions to compute response time percentiles for a 2-node Fork-Join system.
- Parameters:
arrival- Arrival process (lambda0, lambda1)service- Service process for single subtaskpers- Array of percentile levels to computeC- Capacity parameter (accuracy control)tMode- T-matrix computation method ("NARE" or "Sylvest")- Returns:
Matrix with percentile results percentile_level, percentile_value
-
-
-
-