Package jline.api.nc
Class Me_oqnKt
-
- All Implemented Interfaces:
public final class Me_oqnKt
-
-
Method Summary
-
-
Method Detail
-
me_oqn
final static MeOqnResult me_oqn(Integer M, Integer R, Matrix lambda0, Matrix Ca0, Matrix mu, Matrix Cs, Array<Array<Matrix>> P, MeOqnOptions options)
Maximum Entropy algorithm for Open Queueing Networks.
Implements the ME algorithm from Kouvatsos (1994).
- Parameters:
M- Number of queues (stations)R- Number of job classeslambda0- External arrival rates M x R matrix, lambda0(i,r) = λoi,rCa0- External arrival SCV M x R matrix, Ca0(i,r) = Caoi,rmu- Service rates M x R matrix, mu(i,r) = μi,rCs- Service SCV M x R matrix, Cs(i,r) = Csi,rP- Routing probability matrix M x M x R, P(j,i,r) = pji,r (probability class r goes from queue j to queue i)options- Algorithm options- Returns:
Result containing performance metrics
Reference: Kouvatsos (1994), Equations 3.6 and 3.7
-
-
-
-