Package jline.api.aoi
Class Aoi_lcfss_gim1
java.lang.Object
jline.api.aoi.Aoi_lcfss_gim1
-
Method Summary
Modifier and TypeMethodDescriptionstatic AoiLstResultaoi_lcfss_gim1(LstFunction Y_lst, double mu, double E_Y, double E_Y2) Mean AoI for GI/M/1 non-preemptive LCFS-S queue.
-
Method Details
-
aoi_lcfss_gim1
Mean AoI for GI/M/1 non-preemptive LCFS-S queue.- Parameters:
Y_lst- LST of interarrival time distributionmu- Service rate (exponential service), must be positiveE_Y- Mean interarrival time (first moment), must be positiveE_Y2- Second moment of interarrival time- Returns:
- AoiLstResult containing meanAoI, lstAoI (null), peakAoI
- Throws:
IllegalArgumentException- if parameters are invalid or system is unstable
-