Package jline.api.mam
Class Map_anfit
java.lang.Object
jline.api.mam.Map_anfit
Andersen-Nielsen MAP fitting algorithm.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMAP Andersen-Nielsen fitting algorithms. -
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_anfit(double ls, double rho, double H, int n, int ds) static MatrixCellmap_anfit(double ls, double rho, double H, int n, int ds, double[] SA, int[] SAlags) static MatrixCellmap_anfit(double ls, double rho, double H, int n, int ds, double[] SA, int[] SAlags, int iter_max, double iter_tol)
-
Method Details
-
map_anfit
-
map_anfit
public static MatrixCell map_anfit(double ls, double rho, double H, int n, int ds, double[] SA, int[] SAlags) -
map_anfit
public static MatrixCell map_anfit(double ls, double rho, double H, int n, int ds, double[] SA, int[] SAlags, int iter_max, double iter_tol)
-