Package jline.api.mam
Class Mmap_mark
java.lang.Object
jline.api.mam.Mmap_mark
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmap_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 Details
-
mmap_mark
Converts a Markovian Arrival Process with marked arrivals (MMAP) into a new MMAP with redefined classes based on a given probability matrix.- 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)
-