Package jline.api.aoi

Class Aoi_lcfspr_mgi1Kt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 positive
        H_lst - LST of service time distribution
        E_H - Mean service time (first moment), must be positive
        E_H2 - Second moment of service time (for reference)
        Returns:

        AoiLstResult containing meanAoI, lstAoI, peakAoI