Package jline.api.mam
Class Mmap_backward_moment
java.lang.Object
jline.api.mam.Mmap_backward_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_backward_moment(MatrixCell MMAP, Matrix ORDERS) static Matrixmmap_backward_moment(MatrixCell MMAP, Matrix ORDERS, int NORM) Computes the backward moments of an MMAP for specified orders with normalization.
-
Method Details
-
mmap_backward_moment
Computes the backward moments of an MMAP for specified orders with normalization.- Parameters:
MMAP- the MMAP from which to compute the backward momentsORDERS- a matrix specifying the orders of the moments to be computedNORM- normalization flag (default 1)- Returns:
- a matrix where each row corresponds to a type and each column corresponds to a moment order
-
mmap_backward_moment
-