Package jline.api.aoi
Class AoiLstResult
-
- All Implemented Interfaces:
public final class AoiLstResultResult of Age of Information analysis for general queue types.
Extends AoiResult with an optional LST (Laplace-Stieltjes Transform) function for the AoI distribution.
-
-
Constructor Summary
Constructors Constructor Description AoiLstResult(Double meanAoI, LstFunction lstAoI, Double peakAoI)
-
Method Summary
Modifier and Type Method Description final DoublegetMeanAoI()Mean (average) Age of Information final LstFunctiongetLstAoI()LST of AoI distribution as matrix exponential parameters, or null final DoublegetPeakAoI()Mean Peak Age of Information -
-
Constructor Detail
-
AoiLstResult
AoiLstResult(Double meanAoI, LstFunction lstAoI, Double peakAoI)
-
-
Method Detail
-
getMeanAoI
final Double getMeanAoI()
Mean (average) Age of Information
-
getLstAoI
final LstFunction getLstAoI()
LST of AoI distribution as matrix exponential parameters, or null
-
getPeakAoI
final Double getPeakAoI()
Mean Peak Age of Information
-
-
-
-