Package jline.api.mam
Class Mmap_count_idc
java.lang.Object
jline.api.mam.Mmap_count_idc
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_count_idc(MatrixCell MMAP, double t) Computes the index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP) over a time period.
-
Method Details
-
mmap_count_idc
Computes the index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP) over a time period. The IDC is calculated as the variance of the counts divided by the mean of the counts. This method computes the IDC for each type of event in the MMAP over a specified time period `t`.- Parameters:
MMAP- the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ..., Dc representing different types of eventst- the time period over which to compute the IDC- Returns:
- a Matrix containing the IDC for each type of event over time `t`
-