Class Qsys_mxm1

java.lang.Object
jline.api.qsys.Qsys_mxm1

public final class Qsys_mxm1 extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static Ret.qsys
    qsys_mxm1(double lambdaBatch, double mu, double meanBatchSize, double secondMomentBatchSize)
    Analyzes an MX/M/1 queueing system using batch arrival moments.
    static Ret.qsys
    qsys_mxm1(double lambdaBatch, double mu, int[] batchSizes, double[] pmf)
    Analyzes an MX/M/1 queueing system using batch sizes and PMF.
    static Ret.qsys
    qsys_mxm1_var(double lambdaBatch, double mu, double meanBatchSize, double varianceBatchSize)
    Analyzes an MX/M/1 queueing system using mean and variance of batch size.

    Methods inherited from class java.lang.Object

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

    • qsys_mxm1

      public static Ret.qsys qsys_mxm1(double lambdaBatch, double mu, double meanBatchSize, double secondMomentBatchSize)
      Analyzes an MX/M/1 queueing system using batch arrival moments.
    • qsys_mxm1

      public static Ret.qsys qsys_mxm1(double lambdaBatch, double mu, int[] batchSizes, double[] pmf)
      Analyzes an MX/M/1 queueing system using batch sizes and PMF.
    • qsys_mxm1_var

      public static Ret.qsys qsys_mxm1_var(double lambdaBatch, double mu, double meanBatchSize, double varianceBatchSize)
      Analyzes an MX/M/1 queueing system using mean and variance of batch size.