20 April 2024 9 4K Report

Hi everyone,

I'm working on a project where I need to compare the similarity between line curves on two separate charts, and I could use some guidance. Here’s the situation:

  • First Chart Details: Contains two curves, both of which are moving averages. These curves are drawn on a browser canvas by a user. I have access to the x and y data points of these curves.
  • Second Chart Details: Contains two curves, with accessible x and y data points. In this chart, the x-axis represents time, and the y-axis represents values.
  • Challenge:

    • The two charts do not share the same coordinate system values.

    Goal:

    • I would like to compare the similarity in patterns between individual lines across the two charts (i.e., one line from the first chart vs. one line from the second chart).
    • Additionally, I want to compare the overall shape formed by both lines on the first chart to the shape formed by both lines on the second chart.

    Could anyone provide advice on methodologies or algorithms that could help in assessing the similarity of these line curves?

    Thank you for any help.

    Lovro Bajc

    I have attached

    Similar questions and discussions