Package jline.api.aoi

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

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

    • Method Detail

      • aoi_lcfspr_dm1

         final static AoiResult aoi_lcfspr_dm1(Double tau, Double mu)

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

        For preemptive LCFS with GI/M/1: EA = EY + ES = tau + 1/mu where S is the service time (exponential).

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

        AoiResult containing meanAoI, varAoI, peakAoI