Package jline.api.aoi
Class Aoi_fcfs_gim1
java.lang.Object
jline.api.aoi.Aoi_fcfs_gim1
-
Method Summary
Modifier and TypeMethodDescriptionstatic AoiLstResultaoi_fcfs_gim1(LstFunction Y_lst, double mu, double E_Y, double E_Y2) Mean AoI and LST for GI/M/1 FCFS queue.
-
Method Details
-
aoi_fcfs_gim1
Mean AoI and LST for GI/M/1 FCFS queue.Exact mean: E[A] = lambda*E[Y^2]/2 + 1/mu + lambda*(-Y*'(eta))/eta with eta = mu*(1-sigma), sigma the root of Y*(mu - mu*sigma) = sigma; E[Apeak] = E[Y] + 1/(mu*(1-sigma)).
-