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