Package jline.api.mam
Class Map_superKt
-
- All Implemented Interfaces:
public final class Map_superKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_super(MatrixCell MAPa, MatrixCell MAPb)
Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP. -
-
Method Detail
-
map_super
final static MatrixCell map_super(MatrixCell MAPa, MatrixCell MAPb)
Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP.
This function takes two input MAPs and constructs a superposed MAP by performing the Kronecker product of their corresponding matrices. The resulting MAP represents the combined behavior of the two input processes. After constructing the superposed MAP, it is normalized to ensure it represents a valid stochastic process.
- Parameters:
MAPa
- The first Markovian Arrival Process stored in a MatrixCell.MAPb
- The second Markovian Arrival Process stored in a MatrixCell.- Returns:
A MatrixCell representing the superposed MAP, formed by combining the input MAPs.
-
-
-
-