Overview - Correlation analysis (Pearson, Spearman)
What is it?
Correlation analysis measures how two variables move together. Pearson correlation checks if they change in a straight line relationship. Spearman correlation looks at whether one variable tends to increase when the other does, even if not in a straight line. Both help us understand connections between data points.
Why it matters
Without correlation analysis, we can't tell if two things are related or just happen to appear together by chance. This makes it hard to find patterns or predict outcomes in fields like health, finance, or social science. Correlation helps us find meaningful links that guide decisions and deeper studies.
Where it fits
Before learning correlation, you should understand basic statistics like mean, variance, and ranking. After mastering correlation, you can explore regression analysis and causal inference to predict and explain relationships.