Package jline.api.mam
Class Map_dist_acf
java.lang.Object
jline.api.mam.Map_dist_acf
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_dist_acf(Matrix A0, Matrix A1, Matrix B0, Matrix B1) Computes the squared L2 distance between autocorrelation functions of two MAPs.static doubleComputes the squared L2 distance between autocorrelation functions of two MAPs.static doubleComputes the geometric sum needed for the autocorrelation distance.
-
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
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.
-