Package jline.api.aoi
Class Aoi_solve_bufferless
java.lang.Object
jline.api.aoi.Aoi_solve_bufferless
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
aoi_solve_bufferless
public 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
-