Class Pfqn_comomrm_msKt

    • 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
    • Constructor Detail

    • Method Detail

      • pfqn_comomrm_ms

        @JvmOverloads() final static Ret.pfqnComomrmMs pfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, Integer m, Integer S)

        Compute the normalizing constant of a multiserver repairman model using CoMoM

        Parameters:
        L -
        • demands at all stations (1 x R, single station only)

        N -
        • number of jobs for each class (1 x R)

        Z -
        • think time for each class (1 x R)

        m -
        • replication factor (default: 1)

        S -
        • number of servers at the queueing station

        Returns:

        normalizing constant G, log normalizing constant lG, and state probabilities

      • pfqn_comomrm_ms

        @JvmOverloads() final static Ret.pfqnComomrmMs pfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, Integer S)

        Compute the normalizing constant of a multiserver repairman model using CoMoM

        Parameters:
        L -
        • demands at all stations (1 x R, single station only)

        N -
        • number of jobs for each class (1 x R)

        Z -
        • think time for each class (1 x R)

        S -
        • number of servers at the queueing station

        Returns:

        normalizing constant G, log normalizing constant lG, and state probabilities