Package jline.api.aoi

Class Aoi_lcfspr_gim1

java.lang.Object
jline.api.aoi.Aoi_lcfspr_gim1

public final class Aoi_lcfspr_gim1 extends Object
  • Method Details

    • aoi_lcfspr_gim1

      public 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.
      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
      Throws:
      IllegalArgumentException - if parameters are invalid or system is unstable