Package jline.api.mam
Class Mmap_hideKt
-
- All Implemented Interfaces:
public final class Mmap_hideKt
-
-
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). -
-
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 MMAPtypes
- a matrix containing the indices of the types to be hidden- Returns:
a new MMAP with the specified types hidden
-
-
-
-