Determine the line of best fit for a set of paired data points (X and Y).
This tool calculates the equation of the regression line, correlation coefficient, and other key statistical measures.
Input the data for the independent variable.
Input the data for the dependent variable.
Explore these common scenarios to understand how the calculator works.
A simple example where Y tends to increase as X increases.
X: [1, 2, 3, 4, 5]
Y: [2, 4, 5, 4, 6]
An example where Y tends to decrease as X increases.
X: [1, 2, 3, 4, 5]
Y: [5, 4, 4, 2, 1]
A set of points with no clear linear relationship.
X: [1, 2, 3, 4, 5]
Y: [3, 1, 4, 1, 5]
A practical application showing the relationship between hours studied and exam scores.
X: [2, 3, 5, 7, 8]
Y: [65, 70, 78, 85, 92]