IP331.com | Online Tools
HomeStatisticsLinear Regression Simulator

Linear Regression Simulator

Edit data points and simulate the best fit regression line

Data points, one pair per line

Linear Regression Formulas

Regression liney = mx + b
Slopem = sum((x-xbar)(y-ybar)) / sum((x-xbar)^2)
Interceptb = ybar - m xbar
R-squaredR^2 = 1 - SSE / SST

Step-by-Step Example

The simulator calculates the mean of x and y, then uses deviations from those means to find the slope. After the slope is known, the intercept is b = ybar - m xbar. The plotted line shows the fitted prediction for y at each x-value.

Common Mistakes

Frequently Asked Questions

What is linear regression?
Linear regression fits a straight line to data points to model the relationship between x and y.
What is the best fit line?
The best fit line is the line that minimizes the sum of squared vertical errors between the observed points and the line.
What does R-squared mean?
R-squared measures the proportion of variation in y explained by the linear relationship with x.
What does the slope mean?
The slope estimates how much y changes for a one-unit increase in x.

More Statistics Tools

Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.

© 2026 IP331.com - Free Online Tools. All rights reserved.

Privacy Policy | Cookie Policy | Terms of Use | Disclaimer