Package jline.api.aoi
Class Aoi_lcfspr_gim1Kt
-
- All Implemented Interfaces:
public final class Aoi_lcfspr_gim1Kt
-
-
Method Summary
Modifier and Type Method Description final static AoiLstResultaoi_lcfspr_gim1(LstFunction Y_lst, Double mu, Double E_Y, Double E_Y2)Mean AoI and LST for GI/M/1 preemptive LCFS queue. -
-
Method Detail
-
aoi_lcfspr_gim1
final static AoiLstResult aoi_lcfspr_gim1(LstFunction Y_lst, Double mu, Double E_Y, Double E_Y2)
Mean AoI and LST for GI/M/1 preemptive LCFS queue.
For preemptive LCFS, the AoI simplifies significantly: EA = EY + ES = EY + 1/mu EApeak = EY + 1/mu
LST of AoI: A*(s) = Y*(s) * (mu / (s + mu)) This is the product of interarrival LST and exponential service LST.
- 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 (for reference)- Returns:
AoiLstResult containing meanAoI, lstAoI, peakAoI
-
-
-
-