- Home
- /
- Statistics
- /
- Concept Map
- /
- Relationships
Relationships Concepts
3 concepts ยท Grades 6-8, 9-12 ยท 1 prerequisite connections
The relationships family explores how two or more variables are connected. Correlation measures the strength and direction of linear association, while regression builds a predictive model. Understanding the difference between correlation and causation is one of the most important lessons in all of statistics.
This family view narrows the full statistics map to one connected cluster. Read it from left to right: earlier nodes support later ones, and dense middle sections usually mark the concepts that hold the largest share of future work together.
Use the graph to plan review, then use the full concept list below to open precise pages for definitions, examples, and related content.
Concept Dependency Graph
Concepts flow left to right, from foundational to advanced. Hover to highlight connections. Click any concept to learn more.
Connected Families
Relationships concepts have 4 connections to other families.
All Relationships Concepts
Correlation
A statistical relationship between two variables where changes in one are associated with changes in the other.
"When one thing goes up and another tends to go up with it (like study time and test scores), that's positive correlation. When one goes up and the other goes down (like TV time and exercise), that's negative correlation. They 'move together' in some pattern."
Why it matters: Correlation helps us spot patterns and relationships in data. But it's just the first step - we can't assume one thing causes the other!
Linear Regression
A statistical method for modeling the relationship between variables by fitting a line that minimizes the sum of squared distances from data points to the line.
"Given scattered points, draw the 'best' line through them. 'Best' means the line that's closest to all points on average. This line lets you predict Y from X."
Why it matters: Regression is one of the most widely used statistical tools. It powers predictions in science, business, and machine learning.
Line of Best Fit
The straight line that best represents the trend in a scatter plot, minimizing the overall distance between the line and all data points.
"If you stretched a rubber band through a scatter plot to be as close to all points as possible, that's the line of best fit. It captures the overall trend."
Why it matters: The line of best fit enables prediction and summarizes the relationship between variables with a simple equation.