Package jline.api.mam
Class Map_sum
java.lang.Object
jline.api.mam.Map_sum
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_sum(MatrixCell MAP, int n) Computes the Markovian Arrival Process (MAP) representing the sum of n identical MAPs.
-
Method Details
-
map_sum
Computes the Markovian Arrival Process (MAP) representing the sum of n identical MAPs. This method constructs a new MAP with transition matrices D0 and D1 by summing n identical MAPs specified by the input MAP. The result is a larger MAP with n times the number of states in the original MAP, where transitions in the resulting MAP are structured to reflect the cumulative behavior of n MAPs.- Parameters:
MAP- the original MAP represented by a MatrixCell containing matrices D0 and D1n- the number of identical MAPs to sum- Returns:
- a MatrixCell containing the transition matrices D0 and D1 of the resulting summed MAP
-