Class Pfqn_caKt

  • All Implemented Interfaces:

    
    public final class Pfqn_caKt
    
                        
    • 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 Ret.pfqnNc pfqn_ca(Matrix L, Matrix N) Compute the normalizing constant using the convolution algorithm
      final static Ret.pfqnNc pfqn_ca(Matrix L, Matrix N, Matrix Z) Compute the normalizing constant using the convolution algorithm
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_ca

         final static Ret.pfqnNc pfqn_ca(Matrix L, Matrix N)

        Compute the normalizing constant using the convolution algorithm

        Parameters:
        L -
        • demands at all stations

        N -
        • number of jobs for each class

        Returns:

        normalizing constant and its logarithm

      • pfqn_ca

         final static Ret.pfqnNc pfqn_ca(Matrix L, Matrix N, Matrix Z)

        Compute the normalizing constant using the convolution algorithm

        Parameters:
        L -
        • demands at all stations

        N -
        • number of jobs for each class

        Z -
        • think times

        Returns:

        normalizing constant and its logarithm