Package jline.api.pfqn.ld
Class Pfqn_ncldmx
java.lang.Object
jline.api.pfqn.ld.Pfqn_ncldmx
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.pfqnNcldmxpfqn_ncldmx(Matrix lambda, Matrix D, Matrix N, Matrix Z, Matrix mu, Matrix S, SolverOptions options) Normalizing constant for mixed open/closed networks with limited load dependence.
-
Method Details
-
pfqn_ncldmx
public static Ret.pfqnNcldmx pfqn_ncldmx(Matrix lambda, Matrix D, Matrix N, Matrix Z, Matrix mu, Matrix S, SolverOptions options) Normalizing constant for mixed open/closed networks with limited load dependence.- Parameters:
lambda- arrival rate vector (0 on closed classes)D- service demand matrix (M x R)N- population vector (Inf on open classes)Z- think time vector (closed classes)mu- load-dependent rate matrix (M x >= sum(N_closed))S- number of servers per station (kept for signature parity)options- solver options forwarded to pfqn_ncld- Returns:
- closed-conditional constant, open prefactor and method
-