Package jline.api.npfqn
Class Npfqn_nonexp_approxKt
-
- All Implemented Interfaces:
public final class Npfqn_nonexp_approxKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.npfqnNonexpApproxnpfqn_nonexp_approx(String method, NetworkStruct sn, Matrix ST, Matrix V, Matrix SCV, Matrix Tin, Matrix Uin, Matrix gamma, Matrix nservers)Approximates non-product-form queueing networks using the specified method. -
-
Method Detail
-
npfqn_nonexp_approx
final static Ret.npfqnNonexpApprox npfqn_nonexp_approx(String method, NetworkStruct sn, Matrix ST, Matrix V, Matrix SCV, Matrix Tin, Matrix Uin, Matrix gamma, Matrix nservers)
Approximates non-product-form queueing networks using the specified method.
- Parameters:
method- Approximation method ("default", "none", "hmva", "interp")sn- Network structureST- Service time matrixV- Visit ratios matrixSCV- Squared coefficient of variation matrixTin- Initial throughput matrixUin- Initial utilization matrixgamma- Gamma matrix for correctionnservers- Number of servers matrix- Returns:
Result containing updated matrices and additional parameters
-
-
-
-