pub fn signature_distance(a: &[f64], b: &[f64]) -> f64
Compute the L2 distance between two signature vectors.
The signatures must have the same length.