Package jline.api.aoi

Class Aoi_lcfss_gim1

java.lang.Object
jline.api.aoi.Aoi_lcfss_gim1

public final class Aoi_lcfss_gim1 extends Object
  • Method Details

    • aoi_lcfss_gim1

      public static AoiLstResult aoi_lcfss_gim1(LstFunction Y_lst, double mu, double E_Y, double E_Y2)
      Mean AoI for GI/M/1 non-preemptive LCFS-S queue.
      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
      Returns:
      AoiLstResult containing meanAoI, lstAoI (null), peakAoI
      Throws:
      IllegalArgumentException - if parameters are invalid or system is unstable