Package jline.api.mam
Class Map_sumindKt
-
- All Implemented Interfaces:
public final class Map_sumindKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_sumind(Array<MatrixCell> MAPs)
Computes the Markovian Arrival Process (MAP) representing the sum of n
independent MAPs.-
-
Method Detail
-
map_sumind
final static MatrixCell map_sumind(Array<MatrixCell> MAPs)
Computes the Markovian Arrival Process (MAP) representing the sum of
n
independent MAPs.This method constructs a new MAP with transition matrices
D0
andD1
by summingn
independent 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 matricesD0
andD1
of an independent MAP- Returns:
a MatrixCell containing the transition matrices
D0
andD1
of the resulting summed MAP
-
-
-
-