Package jline.api.aoi

Class Aoi_fcfs_dm1Kt

    • 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 AoiResult aoi_fcfs_dm1(Double tau, Double mu) Mean, variance, and peak AoI for D/M/1 FCFS queue.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • aoi_fcfs_dm1

         final static AoiResult aoi_fcfs_dm1(Double tau, Double mu)

        Mean, variance, and peak AoI for D/M/1 FCFS queue.

        Uses GI/M/1 FCFS results with deterministic arrivals. The key parameter sigma is the unique root in (0,1) of: sigma = exp(-mutau(1-sigma)) which gives the probability an arriving customer finds the system non-empty.

        Parameters:
        tau - Deterministic interarrival time, must be positive
        mu - Service rate (exponential service), must be positive
        Returns:

        AoiResult containing meanAoI, varAoI, peakAoI