Package jline.api.pfqn.mva
Class Pfqn_xzabalow
java.lang.Object
jline.api.pfqn.mva.Pfqn_xzabalow
Lower Asymptotic Bound Approximation (ABA) for throughput in single-class networks.
Computes the lower ABA bound for throughput in closed single-class queueing networks. Provides fundamental lower bounds based on asymptotic behavior analysis for performance evaluation and approximation algorithm validation.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublepfqn_xzabalow(Matrix L, double N, double Z) Computes the lower ABA for the throughput of the given closed single-class queueing networks
-
Method Details
-
pfqn_xzabalow
Computes the lower ABA for the throughput of the given closed single-class queueing networksThis is the textbook ABA lower bound N / (Z + N * sum(L)), obtained by assuming every job queues behind all the others. It is NOT the tighter Zahorjan-Balanced bound; see
Pfqn_xzgsblowfor that.- Parameters:
L- - service demand matrixN- - populationZ- - think time- Returns:
- - the lower ABA for the throughput
-