Package jline.api.mam
Class Map_sumKt
-
- All Implemented Interfaces:
public final class Map_sumKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellmap_sum(MatrixCell MAP, Integer n)Computes the Markovian Arrival Process (MAP) representing the sum of nidentical MAPs.-
-
Method Detail
-
map_sum
final static MatrixCell map_sum(MatrixCell MAP, Integer n)
Computes the Markovian Arrival Process (MAP) representing the sum of
nidentical MAPs.This method constructs a new MAP with transition matrices
D0andD1by summingnidentical MAPs specified by the inputMAP. The result is a larger MAP withntimes the number of states in the original MAP, where transitions in the resulting MAP are structured to reflect the cumulative behavior ofnMAPs.- Parameters:
MAP- the original MAP represented by a MatrixCell containing matricesD0andD1n- the number of identical MAPs to sum- Returns:
a MatrixCell containing the transition matrices
D0andD1of the resulting summed MAP
-
-
-
-