Package jline.api.pfqn.ld
Class Pfqn_schmidtKt
-
- All Implemented Interfaces:
public final class Pfqn_schmidtKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnSchmidtpfqn_schmidt(Matrix D, Matrix N, Matrix S, List<SchedStrategy> sched)Schmidt method for load-dependent MVA with multi-server stationsImplementation of the Schmidt population recursion algorithm for analyzing closed queueing networks with load-dependent service and multi-server stations. -
-
Method Detail
-
pfqn_schmidt
final static Ret.pfqnSchmidt pfqn_schmidt(Matrix D, Matrix N, Matrix S, List<SchedStrategy> sched)
Schmidt method for load-dependent MVA with multi-server stations
Implementation of the Schmidt population recursion algorithm for analyzing closed queueing networks with load-dependent service and multi-server stations. Supports INF, PS, and FCFS scheduling strategies with both single and multi-server configurations.
Reference: R. Schmidt, "An approximate MVA algorithm for exponential, class-dependent multiple server stations," Performance Evaluation, vol. 29, no. 4, pp. 245-254, 1997.
- Parameters:
D- Service demand matrix (M x R) - service demands per station and classN- Population vector (R) - number of jobs per classS- Server count matrix (M x R) - number of servers per station and classsched- Scheduling strategy list per station- Returns:
pfqnSchmidt result containing performance measures and state probabilities
-
-
-
-