Package jline.api.fj

Class FJ_rmax

java.lang.Object
jline.api.fj.FJ_rmax

public final class FJ_rmax extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    fj_rmax(int K, double lambda, double mu)
    Compute maximum response time R_K^max(rho) for K M/M/1 queues.
    static double
    fj_rmax_erlang(int K, int k, double lambda, double mu)
    Maximum response time R_K^max for Erlang service times.
    static double
    fj_rmax_evd(int K, double R, double sigmaR)
     
    static double
    fj_rmax_evd(int K, double R, double sigmaR, boolean calibrated)
    Maximum response time using Extreme Value Distribution (EVD) approximation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)