Package jline.api.mam
Class Map_moment
java.lang.Object
jline.api.mam.Map_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_moment(MatrixCell MAP, int order) Computes the raw moments using a MatrixCell.static doublemap_moment(Matrix D0, Matrix D1, int order) Computes the raw moments of the inter-arrival times of a MAP.
-
Method Details
-
map_moment
Computes the raw moments of the inter-arrival times of a MAP.- Parameters:
D0- the hidden transition matrix of the MAPD1- the visible transition matrix of the MAPorder- the moment order- Returns:
- the raw moment of the inter-arrival times of the specified order
-
map_moment
Computes the raw moments using a MatrixCell.
-