Class Pfqn_mmint2_gausslaguerreKt

    • 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_mmint2_gausslaguerre

        @JvmOverloads() final static Ret.pfqnNc pfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z, Integer m)

        Compute the normalizing constant of a repairmen model using Gauss-Laguerre integration

        Parameters:
        L -
        • demands at all stations (1 x R)

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

        Z -
        • think times (1 x R)

        m -
        • replication factor (default: 1)

        Returns:

        normalizing constant and its logarithm

      • pfqn_mmint2_gausslaguerre

        @JvmOverloads() final static Ret.pfqnNc pfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z)

        Compute the normalizing constant of a repairmen model using Gauss-Laguerre integration

        Parameters:
        L -
        • demands at all stations (1 x R)

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

        Z -
        • think times (1 x R)

        Returns:

        normalizing constant and its logarithm