Package jline.api.aoi
Class Aoi_lcfspr_mgi1Kt
-
- All Implemented Interfaces:
public final class Aoi_lcfspr_mgi1Kt
-
-
Method Summary
Modifier and Type Method Description final static AoiLstResultaoi_lcfspr_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)Mean AoI and LST for M/GI/1 preemptive LCFS queue. -
-
Method Detail
-
aoi_lcfspr_mgi1
final static AoiLstResult aoi_lcfspr_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)
Mean AoI and LST for M/GI/1 preemptive LCFS queue.
For preemptive LCFS, the AoI simplifies significantly: EA = EY + EH = 1/lambda + EH EApeak = EY + EH
LST of AoI: A*(s) = (lambda/(s+lambda)) * H*(s) This is the convolution of exponential interarrival and service time.
- 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 (for reference)- Returns:
AoiLstResult containing meanAoI, lstAoI, peakAoI
-
-
-
-