Package jline.api.pfqn.mva
Class Pfqn_mvamxKt
-
- All Implemented Interfaces:
public final class Pfqn_mvamxKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnMVA
pfqn_mvamx(Matrix lambda, Matrix D, Matrix N, Matrix Z, Matrix mi)
Mean Value Analysis (MVA) method for open and mixed queueing networks with no multi-server nodes. -
-
Method Detail
-
pfqn_mvamx
final static Ret.pfqnMVA pfqn_mvamx(Matrix lambda, Matrix D, Matrix N, Matrix Z, Matrix mi)
Mean Value Analysis (MVA) method for open and mixed queueing networks with no multi-server nodes.
- Parameters:
lambda
-arrival rates
D
-service demand matrix
N
-population vector
Z
-think times
mi
-multiplicity vector
- Returns:
the performance measures for the given network.
-
-
-
-