Package jline.api.aoi
Class Aoi_fcfs_mgi1Kt
-
- All Implemented Interfaces:
public final class Aoi_fcfs_mgi1Kt
-
-
Method Summary
Modifier and Type Method Description final static AoiLstResultaoi_fcfs_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)Mean AoI and LST for M/GI/1 FCFS queue. -
-
Method Detail
-
aoi_fcfs_mgi1
final static AoiLstResult aoi_fcfs_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)
Mean AoI and LST for M/GI/1 FCFS queue.
Formulas (from Inoue et al., IEEE Trans. IT, 2019, Theorem 2): LST of AoI: A*(s) = (lambda * H*(s)) / (s + lambda - lambdaH(s)) * W*(s) where W*(s) is the LST of waiting time (Pollaczek-Khinchine).
Mean AoI (Proposition 1): EA = EY + ET + lambda * EH^2 / (2*(1-rho)) = 1/lambda + EW + EH + lambda * EH^2 / (2*(1-rho))
- Parameters:
lambda- Arrival rate (Poisson arrivals), must be positiveH_lst- LST of service time distributionE_H- Mean service time (first moment), must be positiveE_H2- Second moment of service time, must be >= E_H^2- Returns:
AoiLstResult containing meanAoI, lstAoI, peakAoI
-
-
-
-