Package jline.api.aoi

Class Aoi_solve_singlebufferKt

    • 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 AoiMfqResult aoi_solve_singlebuffer(Double lambda, Matrix sigma, Matrix S, Double r) Solve single-buffer (M/PH/1/2 or M/PH/1/2*) AoI system using MFQ.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • aoi_solve_singlebuffer

         final static AoiMfqResult aoi_solve_singlebuffer(Double lambda, Matrix sigma, Matrix S, Double r)

        Solve single-buffer (M/PH/1/2 or M/PH/1/2*) AoI system using MFQ.

        Computes matrix exponential parameters for AoI and Peak AoI distributions along with their first two moments.

        Parameters:
        lambda - Arrival rate (Poisson arrivals)
        sigma - Initial probability vector of the service process (1 x l)
        S - Sub-generator matrix of the service process (l x l)
        r - Packet replacement probability (0 = FCFS, 1 = replacement)
        Returns:

        AoiMfqResult with ME parameters and moments