I have 3 sets of values for X, Y & Z
eg
X = 7,8,7,8,6,9,8
Y = 8,7,7,6,7,8,8
Z = 8,8,8,7,8,9,9
I want compare the euclidean distance between these sets (X & Y and then X & Z) and convert it to a percentage to be able to convey the relative gap. Max and min values of all X & Y can be 10 and 0.
Is there a way to convert & convey the distance between X & Y and X & Z such that if all X values are 10 & Y all values are 0 (or vice versa), then percentage is 0 (meaning a perfect mismatch).
Similarly, if all X & Y values are 10, percentage is 100% (meaning a perfect match)