Package jline.api.mam
Class Map_mean
java.lang.Object
jline.api.mam.Map_mean
MAP mean inter-arrival time computation algorithms.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_mean(MatrixCell MAP) Computes the mean inter-arrival time of a MAP using matrices stored in a MatrixCell.static doubleComputes the mean inter-arrival time of a Markovian Arrival Process (MAP).
-
Method Details
-
map_mean
Computes the mean inter-arrival time of a Markovian Arrival Process (MAP).- Parameters:
D0- The hidden transition matrix of the MAP.D1- The visible transition matrix of the MAP.- Returns:
- The mean inter-arrival time of the MAP.
-
map_mean
Computes the mean inter-arrival time of a MAP using matrices stored in a MatrixCell.- Parameters:
MAP- The Markovian Arrival Process stored in a MatrixCell.- Returns:
- The mean inter-arrival time of the MAP.
-