Package jline.api.mam
Class Map_sumindKt
-
- All Implemented Interfaces:
public final class Map_sumindKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellmap_sumind(Array<MatrixCell> MAPs)Computes the Markovian Arrival Process (MAP) representing the sum of nindependent MAPs.-
-
Method Detail
-
map_sumind
final static MatrixCell map_sumind(Array<MatrixCell> MAPs)
Computes the Markovian Arrival Process (MAP) representing the sum of
nindependent MAPs.This method constructs a new MAP with transition matrices
D0andD1by summingnindependent MAPs, specified by the input arrayMAPs. The result is a larger MAP with the combined state space of the original MAPs, where transitions are structured to account for the independent nature of the original MAPs.- Parameters:
MAPs- an array of MatrixCells, each containing the transition matricesD0andD1of an independent MAP- Returns:
a MatrixCell containing the transition matrices
D0andD1of the resulting summed MAP
-
-
-
-