Package jline.api.mam
Class Aph2_adjust
java.lang.Object
jline.api.mam.Aph2_adjust
-
Method Summary
Modifier and TypeMethodDescriptionaph2_adjust(double M1, double M2, double M3) aph2_adjust(double M1, double M2, double M3, String method) Adjusts the second and third moments (M2 and M3) of a distribution using the default "simple" method for fitting an APH(2) distribution.
-
Method Details
-
aph2_adjust
Adjusts the second and third moments (M2 and M3) of a distribution using the default "simple" method for fitting an APH(2) distribution.- Parameters:
M1- first moment (mean)M2- second momentM3- third moment- Returns:
- map with keys 0 and 1, representing the adjusted M2 and M3 respectively
-
aph2_adjust
-