Package jline.api.mam

Class Map_dist_acf

java.lang.Object
jline.api.mam.Map_dist_acf

public final class Map_dist_acf extends Object
  • Method Details

    • map_geo_mul_sum

      public static double map_geo_mul_sum(Matrix A0, Matrix A1, Matrix B0, Matrix B1, Matrix alA, Matrix alB)
      Computes the geometric sum needed for the autocorrelation distance.
    • map_dist_acf

      public static double map_dist_acf(Matrix A0, Matrix A1, Matrix B0, Matrix B1)
      Computes the squared L2 distance between autocorrelation functions of two MAPs. Stationary vectors at arrivals are computed internally.
    • map_dist_acf

      public static double map_dist_acf(Matrix A0, Matrix A1, Matrix B0, Matrix B1, Matrix alA, Matrix alB)
      Computes the squared L2 distance between autocorrelation functions of two MAPs.