Package jline.api.aoi

Class Aoi_lcfspr_gim1Kt

    • 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_gim1(LstFunction Y_lst, Double mu, Double E_Y, Double E_Y2) Mean AoI and LST for GI/M/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_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 distribution
        mu - Service rate (exponential service), must be positive
        E_Y - Mean interarrival time (first moment), must be positive
        E_Y2 - Second moment of interarrival time (for reference)
        Returns:

        AoiLstResult containing meanAoI, lstAoI, peakAoI