Package jline.api.mam
Class Mmap_mixture_fit_mmapKt
-
- All Implemented Interfaces:
public final class Mmap_mixture_fit_mmapKt
-
-
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. -
-
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
-
-
-
-