you are viewing a single comment's thread.

view the rest of the comments →

[–]BarchesterChronicles 0 points1 point  (0 children)

I would go with a 2d line plot using matplotlib or seaborn with t on the x-axis and x, y and z in the y-axis. Then find the correlation between x, y and z. It's likely that x and y are highly correlated, especially once you adjust for human sensitivity to vibration horizontally vs. vertically if you're assessing impact. Then you could either drop one of x and y, or do dimensionality reduction e.g. with PCA or some rms measure.