Package jline.api.mam
Class Map_sumind
java.lang.Object
jline.api.mam.Map_sumind
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_sumind(MatrixCell[] MAPs) Computes the Markovian Arrival Process (MAP) representing the sum of `n` independent MAPs.
-
Method Details
-
map_sumind
Computes the Markovian Arrival Process (MAP) representing the sum of `n` independent MAPs.- Parameters:
MAPs- an array of MatrixCells, each containing transition matrices D0 and D1- Returns:
- a MatrixCell containing the transition matrices D0 and D1 of the resulting summed MAP
-