Class Pfqn_convKt

  • All Implemented Interfaces:

    
    public final class Pfqn_convKt
    
                        
    • 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 DoubleArray pfqn_conv(Matrix L, IntArray N, DoubleArray Z, Matrix mu, List<List<Matrix>> ljcdscaling, List<Matrix> ljcdcutoffs) Multichain convolution for LJCD networks.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_conv

         final static DoubleArray pfqn_conv(Matrix L, IntArray N, DoubleArray Z, Matrix mu, List<List<Matrix>> ljcdscaling, List<Matrix> ljcdcutoffs)

        Multichain convolution for LJCD networks.

        Parameters:
        L - Service demand matrix (M x R)
        N - Population vector (1 x R), must be finite
        Z - Think time vector (1 x R), or null
        mu - Load-dependent rate matrix (M x sum(N)), or null for LI
        ljcdscaling - List of per-station LJCD tables; ljcdscalingr is the linearized scaling table for station ist and class r
        ljcdcutoffs - List of per-station cutoff vectors
        Returns:

        Pair(G, lG) where G = normalizing constant G(N), lG = ln(G)