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
-
ClassDescriptionResult of aoi_dist2ph conversion.Marker for Aoi_result.kt.Single-buffer AoI solver using Markovian Fluid Queues.Result of Age of Information analysis for general queue types.Extracted parameters for AoI analysis.Result of Age of Information analysis for simple queue types.Result of AoI topology validation.Functional interface for Laplace-Stieltjes Transform evaluation.