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 low ABA for the throughput of the given closed single-class queueing networks
-
Method Details
-
pfqn_xzabalow
Computes the low ABA for the throughput of the given closed single-class queueing networks- Parameters:
L- - service demand matrixN- - populationZ- - think time- Returns:
- - the upper ABA for the throughput
-