Package jline.api.mam

Class Mmap_mixture_fitKt

    • 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 Ret.mamMMAPMixtureFit mmap_mixture_fit(Object P2, Matrix M1, Matrix M2, Matrix M3) Fits a mixture of Markovian Arrival Processes (MMAPs) to match the given cross-moments.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_mixture_fit

         final static Ret.mamMMAPMixtureFit mmap_mixture_fit(Object P2, Matrix M1, Matrix M2, Matrix M3)

        Fits a mixture of Markovian Arrival Processes (MMAPs) to match the given cross-moments.

        This method takes second-order cross-moments (P2) and the first three cross-moments (M1, M2, M3) and fits a mixture of MMAPs to these moments. The method uses an APH(2) fitting procedure for each pair of moments and constructs a new MMAP based on these fitted models.

        Parameters:
        P2 - a map representing second-order cross-moments of the MMAP
        M1 - a matrix representing the first cross-moment
        M2 - a matrix representing the second cross-moment
        M3 - a matrix representing the third cross-moment
        Returns:

        a mmap_mixture_fit_return_type containing the fitted mixture MMAP and associated phase-type distributions