Package jline.api.fj
Class FJ_rmax
java.lang.Object
jline.api.fj.FJ_rmax
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublefj_rmax(int K, double lambda, double mu) Compute maximum response time R_K^max(rho) for K M/M/1 queues.static doublefj_rmax_erlang(int K, int k, double lambda, double mu) Maximum response time R_K^max for Erlang service times.static doublefj_rmax_evd(int K, double R, double sigmaR) static doublefj_rmax_evd(int K, double R, double sigmaR, boolean calibrated) Maximum response time using Extreme Value Distribution (EVD) approximation.
-
Method Details
-
fj_rmax
public static double fj_rmax(int K, double lambda, double mu) Compute maximum response time R_K^max(rho) for K M/M/1 queues. -
fj_rmax_erlang
public static double fj_rmax_erlang(int K, int k, double lambda, double mu) Maximum response time R_K^max for Erlang service times. -
fj_rmax_evd
public static double fj_rmax_evd(int K, double R, double sigmaR, boolean calibrated) Maximum response time using Extreme Value Distribution (EVD) approximation. -
fj_rmax_evd
public static double fj_rmax_evd(int K, double R, double sigmaR)
-