Package jline.api.mam

Class Mmap_mixtureKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 mixture
        MAPs - a map containing the individual MAPs to be combined, indexed by integer keys
        Returns:

        a MatrixCell representing the combined MMAP