Package jline.api.aoi
Class Aoi_fcfs_dm1Kt
-
- All Implemented Interfaces:
public final class Aoi_fcfs_dm1Kt
-
-
Method Summary
Modifier and Type Method Description final static AoiResultaoi_fcfs_dm1(Double tau, Double mu)Mean, variance, and peak AoI for D/M/1 FCFS queue. -
-
Method Detail
-
aoi_fcfs_dm1
final static AoiResult aoi_fcfs_dm1(Double tau, Double mu)
Mean, variance, and peak AoI for D/M/1 FCFS queue.
Uses GI/M/1 FCFS results with deterministic arrivals. The key parameter sigma is the unique root in (0,1) of: sigma = exp(-mutau(1-sigma)) which gives the probability an arriving customer finds the system non-empty.
- Parameters:
tau- Deterministic interarrival time, must be positivemu- Service rate (exponential service), must be positive- Returns:
AoiResult containing meanAoI, varAoI, peakAoI
-
-
-
-