Example 1
\(\text{Points: } (1,2), (2,4), (3,5), (4,4), (5,5) \rightarrow y = 0.6x + 2.2, R^2 = 0.64\)
Perform linear regression analysis with correlation and prediction
Enter values and click Calculate to see the result.
Linear regression finds the best-fitting straight line through a set of data points using the least-squares method.
The regression line is the straight line that minimizes the sum of squared vertical distances from the data points.
Example 1
Example 2