How important is the normality assumption for the Pearson correlation test?
- Does it just has a lower validity or the result is actually invalid?
I have a data set and i did all three correlation tests (pearson vs spearman vs kendall) with this data. The normality assumption is not meet and the results are as follow:
- pearson = 0.73 kendall = 0.46 spearman = 0.65
the results are "diverse". So how can i interpret these result?
*the data is simply y~x with 1 variable.