Package jline.api.map

Class MAPM1PSCdfRespT

java.lang.Object
jline.api.map.MAPM1PSCdfRespT

public final class MAPM1PSCdfRespT extends Object
MAP/M/1-PS Sojourn Time Distribution Computes the complementary distribution function of sojourn time in a MAP/M/1 processor-sharing queue using the algorithm from: Masuyama, H., and Takine, T. (2003). Sojourn time distribution in a MAP/M/1 processor-sharing queue. Operations Research Letters, 31(6), 406-412.
  • Method Details

    • computeCdf

      public static double[] computeCdf(Matrix C, Matrix D, double mu, double[] x)
    • computeCdf

      public static double[] computeCdf(Matrix C, Matrix D, double mu, double[] x, double epsilon)
    • computeCdf

      public static double[] computeCdf(Matrix C, Matrix D, double mu, double[] x, double epsilon, double epsilonPrime)