Package jline.api.mam

Class Mmap_markKt

  • All Implemented Interfaces:

    
    public final class Mmap_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 mmap_mark(MatrixCell MMAP, Matrix prob) Converts a Markovian Arrival Process with marked arrivals (MMAP) into a new MMAP with redefined classes based on a given probability matrix.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_mark

         final static MatrixCell mmap_mark(MatrixCell MMAP, Matrix prob)

        Converts a Markovian Arrival Process with marked arrivals (MMAP) into a new MMAP with redefined classes based on a given probability matrix.

        This method reclassifies the arrivals in an MMAP according to a provided probability matrix. The probability matrix defines the likelihood that an arrival of a particular type in the original MMAP is marked as a different type in the new MMAP. The resulting MMAP has a new set of output types (classes) based on these probabilities.

        Parameters:
        MMAP - the original MMAP with K types
        prob - a KxR matrix describing the probability of a type-k arrival in the original MMAP being marked as a type-r arrival in the new MMAP
        Returns:

        a new MMAP with R types (classes)