Class Pfqn_comomrm_origKt

    • 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 pfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z, Double atol) Compute the log normalizing constant of a repairman model using original CoMoM
      final static Double pfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z) Compute the log normalizing constant of a repairman model using original CoMoM
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_comomrm_orig

        @JvmOverloads() final static Double pfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z, Double atol)

        Compute the log normalizing constant of a repairman model using original 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)

        atol -
        • absolute numerical tolerance

        Returns:

        logarithm of the normalizing constant

      • pfqn_comomrm_orig

        @JvmOverloads() final static Double pfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z)

        Compute the log normalizing constant of a repairman model using original 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)

        Returns:

        logarithm of the normalizing constant