Package jline.api.mam
Class Map_idc
java.lang.Object
jline.api.mam.Map_idc
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_idc(MatrixCell MAP) Computes the asymptotic index of dispersion (IDC) for a MAP stored in a MatrixCell that contains the MAP's transition matrices.static doubleComputes the asymptotic index of dispersion (IDC) for a Markovian Arrival Process (MAP).
-
Method Details
-
map_idc
Computes the asymptotic index of dispersion (IDC) for a Markovian Arrival Process (MAP).- Parameters:
D0- the hidden transition matrix of the MAPD1- the visible transition matrix of the MAP- Returns:
- the asymptotic index of dispersion
-
map_idc
Computes the asymptotic index of dispersion (IDC) for a MAP stored in a MatrixCell that contains the MAP's transition matrices.- Parameters:
MAP- a MatrixCell containing the transition matrices D0 and D1 of the MAP- Returns:
- the asymptotic index of dispersion
-