Package jline.api.aoi
Class Aoi_lcfss_mgi1Kt
-
- All Implemented Interfaces:
public final class Aoi_lcfss_mgi1Kt
-
-
Method Summary
Modifier and Type Method Description final static AoiLstResultaoi_lcfss_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)Mean AoI for M/GI/1 non-preemptive LCFS-S queue. -
-
Method Detail
-
aoi_lcfss_mgi1
final static AoiLstResult aoi_lcfss_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)
Mean AoI for M/GI/1 non-preemptive LCFS-S queue.
The formula involves the busy period distribution of M/G/1: EB = EH / (1 - rho) EB^2 = EH^2 / (1 - rho)^3
EA = 1/lambda + EH + lambda * EH^2 / (2 * (1 - rho)^2)
- 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
-
-
-
-