Package jline.api.fj
Class FJ_boundsKt
-
- All Implemented Interfaces:
public final class FJ_boundsKt
-
-
Method Summary
Modifier and Type Method Description final static FJBoundsResultfj_bounds(Integer K, Double lambda, Double mu)Compute upper and lower bounds for K-way F/J response time. -
-
Method Detail
-
fj_bounds
final static FJBoundsResult fj_bounds(Integer K, Double lambda, Double mu)
Compute upper and lower bounds for K-way F/J response time.
- Parameters:
K- Number of parallel servers (positive integer)lambda- Arrival ratemu- Service rate (mu lambda for stability)- Returns:
FJBoundsResult containing upper and lower bounds
-
-
-
-