Package jline.api.aoi

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

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

    • Method Detail

      • aoi_lcfss_mgi1

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

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

        The formula involves the busy period distribution of M/G/1: EB = EH / (1 - rho) EB^2 = EH^2 / (1 - rho)^3

        EA = 1/lambda + EH + lambda * EH^2 / (2 * (1 - rho)^2)

        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