Package jline.api.mam
Class Mmap_mixture_fit
java.lang.Object
jline.api.mam.Mmap_mixture_fit
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.mamMMAPMixtureFitmmap_mixture_fit(Object P2, Matrix M1, Matrix M2, Matrix M3) Fits a mixture of Markovian Arrival Processes (MMAPs) to match the given cross-moments.
-
Method Details
-
mmap_mixture_fit
Fits a mixture of Markovian Arrival Processes (MMAPs) to match the given cross-moments.- Parameters:
P2- a map representing second-order cross-moments of the MMAPM1- a matrix representing the first cross-momentM2- a matrix representing the second cross-momentM3- a matrix representing the third cross-moment- Returns:
- a
Ret.mamMMAPMixtureFitcontaining the fitted mixture MMAP and associated phase-type distributions
-