Package jline.api.mam
Class Mmap_cross_moment
java.lang.Object
jline.api.mam.Mmap_cross_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_cross_moment(MatrixCell mmap, int k) Computes the k-th cross-moment matrix for a given MMAP.
-
Method Details
-
mmap_cross_moment
Computes the k-th cross-moment matrix for a given MMAP.- Parameters:
mmap- the MMAP for which to compute the cross-momentsk- the order of the moment to compute- Returns:
- a matrix representing the k-th cross-moment for each pair of types
-