Package jline.api.mam

Class Map_markKt

  • All Implemented Interfaces:

    
    public final class Map_markKt
    
                        
    • 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_mark(MatrixCell MAP, Matrix prob) Creates a Marked Markovian Arrival Process (MMAP) by marking a given Markovian Arrival Process (MAP) with additional phases based on specified marking probabilities.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_mark

         final static MatrixCell map_mark(MatrixCell MAP, Matrix prob)

        Creates a Marked Markovian Arrival Process (MMAP) by marking a given Markovian Arrival Process (MAP) with additional phases based on specified marking probabilities.

        This function constructs a new MMAP by extending the original MAP with additional phases, where each phase corresponds to a marking according to the provided probability matrix. If the marking probabilities do not sum to 1, they are normalized. The original MAP matrices are retained, and new matrices corresponding to the additional marked phases are generated and scaled according to the specified probabilities.

        Parameters:
        MAP - The original Markovian Arrival Process stored in a MatrixCell.
        prob - A matrix containing the marking probabilities.
        Returns:

        A MatrixCell representing the Marked Markovian Arrival Process (MMAP), which includes the original MAP matrices and the additional matrices for the marked phases.