Package jline.api.aoi
Class Aoi_lcfsd_mgi1Kt
-
- All Implemented Interfaces:
public final class Aoi_lcfsd_mgi1Kt
-
-
Method Summary
Modifier and Type Method Description final static AoiLstResultaoi_lcfsd_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)Mean AoI for M/GI/1 non-preemptive LCFS-D queue. -
-
Method Detail
-
aoi_lcfsd_mgi1
final static AoiLstResult aoi_lcfsd_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)
Mean AoI for M/GI/1 non-preemptive LCFS-D queue.
The analysis uses the concept of effective service time which includes potential waiting while another update is being served.
- Parameters:
lambda- Arrival rate (Poisson arrivals), must be positiveH_lst- LST of service time distribution (for reference; may be null)E_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 (null), peakAoI
-
-
-
-