Study of data collection, analysis, interpretation, and presentation.
Sometimes, we want to know if two things are connected. Correlation and regression help us measure and describe these relationships.
\[ r = \frac{\sum (x_i - \bar{x})(y_i - \bar{y})}{\sqrt{\sum (x_i - \bar{x})^2 \sum (y_i - \bar{y})^2}} \]
These tools help us understand connections and predict outcomes in the real world.
Checking if hours of study are related to test scores.
Predicting house prices based on the number of bedrooms.
Correlation and regression show how variables are connected and help make predictions.