Package jline.api.mam
Class Mmap_markKt
-
- All Implemented Interfaces:
public final class Mmap_markKt
-
-
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. -
-
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 typesprob
- 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)
-
-
-
-