If one variable is normal distributed and the other is non normal distributed, which kind of correlation do we use?
I am not sure which correlation is right to use.
If one variable is normal distributed and the other is non normal distributed, which kind of correlation do we use?
I am not sure which correlation is right to use.
Partially answered in comments:
The Pearson correlation coefficient doesn't require the variables to have a certain distribution. The only connection I see between the case you are describing and correlation is that, if the variables are uncorrelated, it does not mean they are independent (which is simply the general case). – means-to-meaning
The big distinction between Spearman and Pearson correlation isn't any distributional assumption (neither assumes any, unless perhaps you're performing a test), but between linear correlation (Pearson) and monotonic association (Spearman). If you don't think the association is linear, then Spearman may make more sense. – Glen_b