Package jline.api.map
Class MAPM1PSCdfRespT
java.lang.Object
jline.api.map.MAPM1PSCdfRespT
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 Summary
Modifier and TypeMethodDescriptionstatic double[]computeCdf(Matrix C, Matrix D, double mu, double[] x) static double[]computeCdf(Matrix C, Matrix D, double mu, double[] x, double epsilon) static double[]computeCdf(Matrix C, Matrix D, double mu, double[] x, double epsilon, double epsilonPrime)
-
Method Details
-
computeCdf
-
computeCdf
-
computeCdf
-