Class Pfqn_ncKt

  • All Implemented Interfaces:

    
    public final class Pfqn_ncKt
    
                        
    • 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_nc

         final static Ret.pfqnNcXQ pfqn_nc(Matrix lambda, Matrix L, Matrix N, Matrix Z, SolverOptions options)

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

        Parameters:
        lambda -
        • arrival rate of open classes

        L -
        • demands at all stations

        N -
        • number of jobs for each class

        Z -
        • think time for each class

        options -
        • solver options

        Returns:

        normalizing constant, its logarithm, and mean performance metrics computed as a by-product

      • compute_norm_const

         final static Ret.pfqnNcXQ compute_norm_const(Matrix L, Matrix N, Matrix Z, SolverOptions options)

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

        Parameters:
        L -
        • demands at all stations

        N -
        • number of jobs for each class

        Z -
        • think time for each class

        options -
        • solver options

        Returns:

        normalizing constant, its logarithm, and mean performance metrics computed as a by-product