Class Pfqn_cub

java.lang.Object
jline.api.pfqn.nc.Pfqn_cub

public final class Pfqn_cub extends Object
  • Method Details

    • pfqn_cub

      public static Ret.pfqnNc pfqn_cub(Matrix L, Matrix N, Matrix Z)
      Cubature method to compute the normalizing constant of a load-independent closed queueing network model
    • pfqn_cub

      public static Ret.pfqnNc pfqn_cub(Matrix L, Matrix N, Matrix Z, int order, double atol)
      Cubature method to compute the normalizing constant of a load-independent closed queueing network model
      Parameters:
      L - - demands at all stations
      N - - number of jobs for each class
      Z - - think time for each class
      order - - cubature order ( ceil((|N|-1)/2) or above is exact)
      atol - - numerical tolerance for simplex quadrature
      Returns:
      normalizing constant, its logarithm, and mean performance metrics computed as a by-product