Package jline.api.mam

Class Map_sumindKt

  • All Implemented Interfaces:

    
    public final class Map_sumindKt
    
                        
    • 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_sumind(Array<MatrixCell> MAPs) Computes the Markovian Arrival Process (MAP) representing the sum of n independent MAPs.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_sumind

         final static MatrixCell map_sumind(Array<MatrixCell> MAPs)

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

        This method constructs a new MAP with transition matrices D0 and D1 by summing n independent MAPs, specified by the input array MAPs. The result is a larger MAP with the combined state space of the original MAPs, where transitions are structured to account for the independent nature of the original MAPs.

        Parameters:
        MAPs - an array of MatrixCells, each containing the transition matrices D0 and D1 of an independent MAP
        Returns:

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