Package jline.api.mam
Class Map_mixtureKt
-
- All Implemented Interfaces:
public final class Map_mixtureKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
map_mixture(DoubleArray alpha, Array<MatrixCell> MAPs)
Creates a probabilistic mixture of Markovian Arrival Processes (MAPs). -
-
Method Detail
-
map_mixture
final static MatrixCell map_mixture(DoubleArray alpha, Array<MatrixCell> MAPs)
Creates a probabilistic mixture of Markovian Arrival Processes (MAPs).
This function creates a mixture MAP from a collection of MAPs with given mixture probabilities. The resulting MAP combines the behavior of the input MAPs according to the specified probabilities. Implementation follows the MATLAB map_mixture function.
- Parameters:
alpha
- The mixture probabilities (should sum to 1.MAPs
- Array of MAPs to be mixed- Returns:
A MatrixCell representing the mixture MAP
-
-
-
-