Package jline.api.mam

Class Map_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 map_mixture(DoubleArray alpha, Array<MatrixCell> MAPs) Creates a probabilistic mixture of Markovian Arrival Processes (MAPs).
      • Methods inherited from class java.lang.Object

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

    • 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