Package jline.api.mam
Class Mmap_idc
java.lang.Object
jline.api.mam.Mmap_idc
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_idc(MatrixCell MMAP) Computes the asymptotic index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP).
-
Method Details
-
mmap_idc
Computes the asymptotic index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP). This method calculates the IDC for each type of event in the MMAP as t approaches infinity, using an approximation for large time `t`. The IDC is computed as the variance of the counts divided by the mean of the counts for each type of event.- Parameters:
MMAP- the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ..., Dc representing different types of events- Returns:
- a Matrix containing the IDC for each type of event as time approaches infinity
-