Package jline.api.mam
Class Mmap_mixtureKt
-
- All Implemented Interfaces:
public final class Mmap_mixtureKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
mmap_mixture(Matrix alpha, Map<Integer, MatrixCell> MAPs)
Creates a mixture of MMAPs using the given weights (alpha) and MAPs. -
-
Method Detail
-
mmap_mixture
final static MatrixCell mmap_mixture(Matrix alpha, Map<Integer, MatrixCell> MAPs)
Creates a mixture of MMAPs using the given weights (alpha) and MAPs.
This method combines multiple MAPs into a single MMAP, weighted by the vector
alpha
. Each MAP is assumed to have its own transition matrices, and the combination is done in a way that preserves the stochastic properties of the original processes.- Parameters:
alpha
- a matrix (vector) representing the weights for each MAP in the mixtureMAPs
- a map containing the individual MAPs to be combined, indexed by integer keys- Returns:
a MatrixCell representing the combined MMAP
-
-
-
-