Package jline.api.mam
Class Mmap_count_idcKt
-
- All Implemented Interfaces:
public final class Mmap_count_idcKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_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 Detail
-
mmap_count_idc
final static Matrix mmap_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.
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, ...t
- the time period over which to compute the IDC- Returns:
a Matrix containing the IDC for each type of event over time
t
-
-
-
-