Package jline.api.mam

Class Map_sumKt

  • All Implemented Interfaces:

    
    public final class Map_sumKt
    
                        
    • 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 MatrixCell map_sum(MatrixCell MAP, Integer n) Computes the Markovian Arrival Process (MAP) representing the sum of n identical MAPs.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_sum

         final static MatrixCell map_sum(MatrixCell MAP, Integer n)

        Computes the Markovian Arrival Process (MAP) representing the sum of n identical MAPs.

        This method constructs a new MAP with transition matrices D0 and D1 by summing n identical MAPs specified by the input MAP. The result is a larger MAP with n times the number of states in the original MAP, where transitions in the resulting MAP are structured to reflect the cumulative behavior of n MAPs.

        Parameters:
        MAP - the original MAP represented by a MatrixCell containing matrices D0 and D1
        n - the number of identical MAPs to sum
        Returns:

        a MatrixCell containing the transition matrices D0 and D1 of the resulting summed MAP