Package jline.api.mam
Class Map_lambda
java.lang.Object
jline.api.mam.Map_lambda
MAP arrival rate computation algorithms.
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_lambda(MatrixCell MAP) Computes the arrival rate (lambda) of a MAP using matrices stored in a MatrixCell.static doublemap_lambda(Matrix D0, Matrix D1) Computes the arrival rate (lambda) of a Markovian Arrival Process (MAP).
-
Method Details
-
map_lambda
Computes the arrival rate (lambda) 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 arrival rate (lambda) of the MAP.
-
map_lambda
Computes the arrival rate (lambda) of a MAP using matrices stored in a MatrixCell.- Parameters:
MAP- The Markovian Arrival Process stored in a MatrixCell.- Returns:
- The arrival rate (lambda) of the MAP.
-