Package jline.api.aoi
Class Aoi_fcfs_mgi1
java.lang.Object
jline.api.aoi.Aoi_fcfs_mgi1
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
aoi_fcfs_mgi1
Mean AoI and LST for M/GI/1 FCFS queue.- 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
- Throws:
IllegalArgumentException- if parameters are invalid or system is unstable
-