Package jline.api.aoi


package jline.api.aoi
Age of Information (AoI) analysis algorithms.

This package provides analytical formulas and Laplace-Stieltjes Transform (LST) functions for computing Age of Information metrics in single-server queueing systems.

Scheduling Disciplines:

  • FCFS: First-Come First-Served
  • LCFS-PR: Last-Come First-Served with Preemption
  • LCFS-S: LCFS with Service discarding (set-aside)
  • LCFS-D: LCFS with Departure discarding

Supported Queue Types:

  • M/M/1, M/D/1, D/M/1 (closed-form results)
  • M/GI/1, GI/M/1 (semi-analytical with LST)

Reference: Y. Inoue, H. Masuyama, T. Takine, T. Tanaka, "A General Formula for the Stationary Distribution of the Age of Information and Its Application to Single-Server Queues," IEEE Trans. Information Theory, vol. 65, no. 12, pp. 8305-8324, 2019.

Since:
LINE 3.0