Package jline.api.mam
Class Mmap_mixture_fitKt
-
- All Implemented Interfaces:
public final class Mmap_mixture_fitKt
-
-
Method Summary
Modifier and Type Method Description final static 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 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 MMAPM1- a matrix representing the first cross-momentM2- a matrix representing the second cross-momentM3- a matrix representing the third cross-moment- Returns:
a
mmap_mixture_fit_return_typecontaining the fitted mixture MMAP and associated phase-type distributions
-
-
-
-