Package jline.api.pfqn.nc
Object Pfqn_mom
-
- All Implemented Interfaces:
public class Pfqn_mom
Method of Moments (MOM) solver for product-form queueing networks. This implementation uses exact arithmetic via BigFraction.
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnMom
pfqn_mom(Matrix L, Matrix N, Matrix Z)
Computes performance measures using the Method of Moments algorithm. -
-
Method Detail
-
pfqn_mom
final static Ret.pfqnMom pfqn_mom(Matrix L, Matrix N, Matrix Z)
Computes performance measures using the Method of Moments algorithm.
- Parameters:
L
- Service demands matrix (M x R)N
- Population vector (1 x R)Z
- Think times vector (1 x R)- Returns:
pfqnMom containing (X: throughputs, Q: queue lengths, G: normalizing constant)
-
-
-
-