Package jline.api.aoi
Class Aoi_solve_bufferlessKt
-
- All Implemented Interfaces:
public final class Aoi_solve_bufferlessKt
-
-
Method Summary
Modifier and Type Method Description final static AoiMfqResultaoi_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. -
-
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
-
-
-
-