Package jline.api.mam
Class Mmap_mixture_fit_mmap
java.lang.Object
jline.api.mam.Mmap_mixture_fit_mmap
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.mamMMAPMixtureFitFits a mixture of Markovian Arrival Processes (MMAPs) to match the given moments.
-
Method Details
-
mmap_mixture_fit_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
-