Package jline.api.mam
Class Map_var
java.lang.Object
jline.api.mam.Map_var
MAP variance computation algorithms.
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_var(MatrixCell MAP) Computes the variance of the inter-arrival times for a MAP using a MatrixCell.static doubleComputes the variance of the inter-arrival times for a MAP.
-
Method Details
-
map_var
Computes the variance of the inter-arrival times for a MAP.- Parameters:
D0- the hidden transition matrix of the MAPD1- the visible transition matrix of the MAP- Returns:
- the variance of the inter-arrival times
-
map_var
Computes the variance of the inter-arrival times for a MAP using a MatrixCell.- Parameters:
MAP- the MatrixCell representing the MAP- Returns:
- the variance of the inter-arrival times
-