Package jline.api.mam

Class Qbd_setupdelayoffKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Double qbd_setupdelayoff(Double lambda, Double mu, Double alphaRate, Double alphaScv, Double betaRate, Double betaScv) Analyze a queue with setup delays and server switch-off using QBD approach.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • qbd_setupdelayoff

         final static Double qbd_setupdelayoff(Double lambda, Double mu, Double alphaRate, Double alphaScv, Double betaRate, Double betaScv)

        Analyze a queue with setup delays and server switch-off using QBD approach.

        Models an M/M/1 queue where:

        • When server becomes idle, it enters a delayoff phase before turning off

        • When a job arrives to an off server, it goes through setup before service

        Parameters:
        lambda - Arrival rate
        mu - Service rate
        alphaRate - Setup rate (1/mean setup time)
        alphaScv - Setup squared coefficient of variation (1.
        betaRate - Delayoff rate (1/mean delayoff time)
        betaScv - Delayoff squared coefficient of variation (1.
        Returns:

        Mean queue length