Package jline.api.mam

Class Mmap_hideKt

  • All Implemented Interfaces:

    
    public final class Mmap_hideKt
    
                        
    • 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_hide(MatrixCell MMAP, Matrix types) Hides specified types of arrivals in a Markovian Arrival Process with marked arrivals (MMAP).
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_hide

         final static MatrixCell mmap_hide(MatrixCell MMAP, Matrix types)

        Hides specified types of arrivals in a Markovian Arrival Process with marked arrivals (MMAP).

        This method creates a new MMAP where the specified arrival types are hidden, meaning they are removed from the observation but the underlying stochastic process remains the same. The hidden types are set to zero matrices, effectively removing their impact from the observed data.

        Parameters:
        MMAP - the original MMAP
        types - a matrix containing the indices of the types to be hidden
        Returns:

        a new MMAP with the specified types hidden