Package jline.api.mam

Class Mmap_mixture_fit_mmap

java.lang.Object
jline.api.mam.Mmap_mixture_fit_mmap

public final class Mmap_mixture_fit_mmap extends Object
  • Method Details

    • mmap_mixture_fit_mmap

      public 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 `mamMMAPMixtureFit` containing the fitted mixture parameters