A sports statistics project turns real game data into evidence students can analyze, graph, and explain. Instead of only listing scores or player stats, students look for patterns that connect performance measures to outcomes such as wins, points, goals, or runs. This matters because coaches, analysts, and teams use the same kind of reasoning to make decisions.
A strong project combines a clear question, reliable data, organized calculations, and a graph that supports a conclusion.
A common approach is to choose one statistic, such as rebounds per game, yards per play, on-base percentage, or shots on goal, and compare it with an outcome like team wins or points scored. A scatter plot shows whether the two variables tend to increase together, decrease together, or have little relationship. A regression line gives a simple prediction rule, such as y = mx + b, that estimates the outcome from the statistic.
Students can then judge how useful the prediction is by looking at correlation, outliers, and how closely the data points follow the line.
Key Facts
- Mean = sum of values / number of values
- Range = maximum value - minimum value
- A scatter plot displays paired data as points in the form (x, y).
- A linear regression model has the form y = mx + b.
- Slope m = change in y / change in x, so it shows the predicted change in outcome for each 1-unit increase in the statistic.
- Correlation coefficient r ranges from -1 to 1, where values near 1 or -1 show a strong linear relationship.
Vocabulary
- Variable
- A variable is a measured quantity that can change, such as points per game, wins, rebounds, or goals.
- Scatter Plot
- A scatter plot is a graph that shows the relationship between two numerical variables using individual data points.
- Regression Line
- A regression line is a best-fit line used to model and predict the relationship between two variables.
- Correlation
- Correlation describes the direction and strength of a relationship between two numerical variables.
- Outlier
- An outlier is a data point that is far away from the general pattern of the other data points.
Common Mistakes to Avoid
- Using total stats when averages are needed. This is wrong because teams or players may have played different numbers of games, so per-game or per-attempt statistics make fairer comparisons.
- Claiming that correlation proves causation. This is wrong because two variables can move together without one directly causing the other.
- Ignoring outliers in the scatter plot. This is wrong because unusual teams or players can strongly affect the regression line and may need a separate explanation.
- Making predictions far outside the data range. This is wrong because a regression line is most reliable near the values used to create it, not for extreme values beyond the dataset.
Practice Questions
- 1 A basketball team scored 102, 110, 98, 115, and 105 points in five games. Find the mean points per game and the range.
- 2 A regression model predicts team wins from average goals per game using y = 12x + 18. If a soccer team averages 2.1 goals per game, how many wins does the model predict?
- 3 A scatter plot shows that NFL teams with more yards per play usually have more wins, but one team has high yards per play and few wins. Give two possible reasons this outlier might occur.