Package jline.api.mam

Class Mmap_mixture_fit_mmapKt

    • 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_mmap(MatrixCell mmap) Fits a mixture of Markovian Arrival Processes (MMAPs) to match the given 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_mmap

         final static Ret.mamMMAPMixtureFit mmap_mixture_fit_mmap(MatrixCell mmap)

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

        This method first computes the second-order cross-moments (P2) and the first three cross-moments (M1, M2, M3) of the given MMAP. It then fits a mixture of MMAPs to match these moments, returning the parameters of the fitted mixture.

        Parameters:
        mmap - the original MMAP to be fitted
        Returns:

        a mmap_mixture_fit_return_type containing the fitted mixture parameters