Class FluidQueueSTD

java.lang.Object
jline.lib.butools.queues.FluidQueueSTD

public final class FluidQueueSTD extends Object
  • Method Details

    • fluidQueueSTD

      public static Matrix[] fluidQueueSTD(Matrix Q, Matrix Rin, Matrix Rout, Matrix Q0, boolean transToPH)
      Sojourn-time distribution of a fluid queue with input rate matrix Rin and output (service) rate matrix Rout, modulated by generator Q.
      Returns:
      {alpha, A}: an ME (transToPH=false) or PH (transToPH=true) representation of the sojourn time.
    • fluFluSTD

      public static Matrix[] fluFluSTD(Matrix Qin, Matrix Rin, Matrix Qout, Matrix Rout, boolean srv0stop, boolean transToPH)
      Sojourn-time distribution of a fluid queue in which both the arrival and the service processes are Markov-modulated fluid flows. If srv0stop is true the service stops while the server fluid level is zero.
      Returns:
      {alpha, A}: ME (transToPH=false) or PH (transToPH=true) sojourn time.