Package jline.api.mam
Class Mamap2m_fit_gamma_fb_mmap
java.lang.Object
jline.api.mam.Mamap2m_fit_gamma_fb_mmap
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmamap2m_fit_gamma_fb(double M1, double M2, double M3, double GAMMA, double[] P, double[] F, double[] B) Computes the second-order MAMAP[m] fitting the given moments.static MatrixCellFits a second-order acyclic MMAP[m] to match the characteristics of the input MMAP.
-
Method Details
-
mamap2m_fit_gamma_fb_mmap
Fits a second-order acyclic MMAP[m] to match the characteristics of the input MMAP. -
mamap2m_fit_gamma_fb
public static MatrixCell mamap2m_fit_gamma_fb(double M1, double M2, double M3, double GAMMA, double[] P, double[] F, double[] B) Computes the second-order MAMAP[m] fitting the given moments.
-