Package jline.api.aoi

Class Aoi_fcfs_mgi1

java.lang.Object
jline.api.aoi.Aoi_fcfs_mgi1

public final class Aoi_fcfs_mgi1 extends Object
  • Method Details

    • aoi_fcfs_mgi1

      public static AoiLstResult aoi_fcfs_mgi1(double lambda, LstFunction H_lst, double E_H, double E_H2)
      Mean AoI and LST for M/GI/1 FCFS queue.
      Parameters:
      lambda - Arrival rate (Poisson arrivals), must be positive
      H_lst - LST of service time distribution
      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, peakAoI
      Throws:
      IllegalArgumentException - if parameters are invalid or system is unstable