Package jline.api.mam
Class Mmap_idcKt
-
- All Implemented Interfaces:
public final class Mmap_idcKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_idc(MatrixCell MMAP)
Computes the asymptotic index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP). -
-
Method Detail
-
mmap_idc
final static Matrix mmap_idc(MatrixCell MMAP)
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, ...- Returns:
a Matrix containing the IDC for each type of event as time approaches infinity
-
-
-
-