Uses of Class
jline.api.nc.MeOqnResult
Packages that use MeOqnResult
-
Uses of MeOqnResult in jline.api.nc
Methods in jline.api.nc that return MeOqnResultModifier and TypeMethodDescriptionstatic MeOqnResultstatic MeOqnResultMe_oqn.me_oqn(int M, int R, Matrix lambda0, Matrix Ca0, Matrix mu, Matrix Cs, Matrix[][] P, MeOqnOptions options) static MeOqnResultMe_oqn.me_oqn(int M, int R, Matrix lambda0, Matrix Ca0, Matrix mu, Matrix Cs, Matrix[][] P, Matrix c, boolean[] insens, MeOqnOptions options) Maximum Entropy algorithm for Open Queueing Networks with discipline-aware building blocks: insens[i] marks a station with an insensitive scheduling discipline (PS, LCFS-PR), solved with the product-form mean queue length L_r = rho_r/(1-rho) instead of the FCFS GE formula.static MeOqnResultMe_oqn.me_oqn(int M, int R, Matrix lambda0, Matrix Ca0, Matrix mu, Matrix Cs, Matrix[][] P, Matrix c, MeOqnOptions options) Maximum Entropy algorithm for Open Queueing Networks.