Package jline.api.fj

Class FJ_respt

java.lang.Object
jline.api.fj.FJ_respt

public final class FJ_respt extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    fj_respt_2way(double lambda, double mu)
    Exact two-way Fork-Join response time R_2^{F/J}(rho).
    static double
    fj_respt_nt(int K, double lambda, double mu)
    Nelson-Tantawi approximation for K-way F/J response time.
    static double
    fj_respt_varki(int K, double lambda, double mu)
    Varki et al.
    static double
    fj_respt_vm(int K, double lambda, double mu)
    Varma-Makowski approximation for K-way F/J response time.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • fj_respt_2way

      public static double fj_respt_2way(double lambda, double mu)
      Exact two-way Fork-Join response time R_2^{F/J}(rho).
    • fj_respt_nt

      public static double fj_respt_nt(int K, double lambda, double mu)
      Nelson-Tantawi approximation for K-way F/J response time.
    • fj_respt_vm

      public static double fj_respt_vm(int K, double lambda, double mu)
      Varma-Makowski approximation for K-way F/J response time.
    • fj_respt_varki

      public static double fj_respt_varki(int K, double lambda, double mu)
      Varki et al. approximation for K-way F/J response time.