Package jline.api.pfqn.mva
Class Pfqn_aqlKt
-
- All Implemented Interfaces:
public final class Pfqn_aqlKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnAMVA
pfqn_aql(Matrix L, Matrix N, Matrix Z, Integer maxiter)
AQL approximate MVA for a closed queueing network model. final static Ret.pfqnAMVA
pfqn_aql(Matrix L, Matrix N, Matrix Z, Double tol, Integer maxiter)
AQL approximate MVA for a closed queueing network model. -
-
Method Detail
-
pfqn_aql
final static Ret.pfqnAMVA pfqn_aql(Matrix L, Matrix N, Matrix Z, Integer maxiter)
AQL approximate MVA for a closed queueing network model.
- Parameters:
L
-demands at all stations
N
-number of jobs for each class
Z
-think time for each class
maxiter
-maximum number of iterations
- Returns:
approximate performance metrics
-
pfqn_aql
final static Ret.pfqnAMVA pfqn_aql(Matrix L, Matrix N, Matrix Z, Double tol, Integer maxiter)
AQL approximate MVA for a closed queueing network model.
- Parameters:
L
-demands at all stations
N
-number of jobs for each class
Z
-think time for each class
- Returns:
approximate performance metrics
-
-
-
-