Class Pfqn_ncldKt

  • All Implemented Interfaces:

    
    public final class Pfqn_ncldKt
    
                        
    • 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_ncld

         final static Ret.pfqnNc pfqn_ncld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)

        Main method to compute the normalizing constant of a load-dependent model

        Parameters:
        L -
        • demands at all stations

        N -
        • number of jobs for each class

        Z -
        • think time for each class

        mu -
        • load-dependent scalings

        options -
        • solver options

        Returns:

        normalizing constant and its logarithm

      • compute_norm_const_ld

         final static Ret.pfqnNc compute_norm_const_ld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)

        Run a normalizing constant solution method in a load-dependent model

        Parameters:
        L -
        • demands at all stations

        N -
        • number of jobs for each class

        Z -
        • think time for each class

        mu -
        • load-depedent scalings

        options -
        • solver options

        Returns:

        normalizing constant and its logarithm