Package jline.api.mam
Class Maph2m_fit_mmap
java.lang.Object
jline.api.mam.Maph2m_fit_mmap
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmaph2m_fit_mmap(MatrixCell mmap) Fits an MMAP[m] with a second-order MAPH[m] that matches the class probabilities (always fitted exactly) and the backward moments.
-
Method Details
-
maph2m_fit_mmap
Fits an MMAP[m] with a second-order MAPH[m] that matches the class probabilities (always fitted exactly) and the backward moments.- Parameters:
mmap- MMAP to fit (of arbitrary order)- Returns:
- Fitted second-order MAPH[m]
-