Enter data points to create a scatter plot, find the line of best fit (least squares regression), correlation coefficient, and make predictions.
| # | x | y |
|---|
ŷ = mx + b
Linear regression finds the line ŷ = mx + b that minimizes the sum of squared residuals — the vertical distances between each data point and the line. This is called the least-squares method.
The slope m shows the rate of change: for every 1-unit increase in x, y changes by m units. The y-intercept b is the predicted value of y when x = 0.
The Pearson correlation coefficient r measures the strength and direction of the linear relationship between x and y. It always falls between −1 and 1.
One-on-one Algebra 1 tutoring makes linear regression, correlation, and data analysis click — so you can tackle any statistics problem with confidence.