Package jline.api.aoi

Class Aoi_solve_bufferlessKt

    • 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_bufferless(Matrix tau, Matrix T, Matrix sigma, Matrix S, Double p) Solve bufferless (PH/PH/1/1 or PH/PH/1/1*) 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_bufferless

         final static AoiMfqResult aoi_solve_bufferless(Matrix tau, Matrix T, Matrix sigma, Matrix S, Double p)

        Solve bufferless (PH/PH/1/1 or PH/PH/1/1*) AoI system using MFQ.

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

        Parameters:
        tau - Initial probability vector of the arrival process (1 x k)
        T - Sub-generator matrix of the arrival process (k x k)
        sigma - Initial probability vector of the service process (1 x l)
        S - Sub-generator matrix of the service process (l x l)
        p - Packet preemption probability (0 = FCFS, 1 = preemptive)
        Returns:

        AoiMfqResult with ME parameters and moments