Package jline.api.mam

Class Aph2_adjust

java.lang.Object
jline.api.mam.Aph2_adjust

public final class Aph2_adjust extends Object
  • Method Details

    • aph2_adjust

      public static Map<Integer,Double> 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.
      Parameters:
      M1 - first moment (mean)
      M2 - second moment
      M3 - third moment
      Returns:
      map with keys 0 and 1, representing the adjusted M2 and M3 respectively
    • aph2_adjust

      public static Map<Integer,Double> aph2_adjust(double M1, double M2, double M3)