Package jline.api.aoi

Class Aoi_lcfsd_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_lcfsd_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2) Mean AoI for M/GI/1 non-preemptive LCFS-D queue.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • aoi_lcfsd_mgi1

         final static AoiLstResult aoi_lcfsd_mgi1(Double lambda, LstFunction H_lst, Double E_H, Double E_H2)

        Mean AoI for M/GI/1 non-preemptive LCFS-D queue.

        The analysis uses the concept of effective service time which includes potential waiting while another update is being served.

        Parameters:
        lambda - Arrival rate (Poisson arrivals), must be positive
        H_lst - LST of service time distribution (for reference; may be null)
        E_H - Mean service time (first moment), must be positive
        E_H2 - Second moment of service time, must be >= E_H^2
        Returns:

        AoiLstResult containing meanAoI, lstAoI (null), peakAoI