Find the y = ax + b line of best fit with this free online linear regression calculator
Accepts csv, parquet, arrow, json and tsv
Open csv, parquet, arrow, json and tsv files straight from your desktop
Or
Share your graphs and data sets. Or embed them directly into web pages.
Open csv, parquet, arrow, json and tsv files directly from Drive, Gmail and Classroom by installing the Google Workspace App
This linear regression calculator uses a straight line to model the relationship between two input variables.
Linear Regression is useful when there appears to be a straight-line relationship between your input variables.
This linear regression calculator is useful when you want to perform regression analysis and there appears to be a straight-line relationship between your input variables.
A scatter plot can be useful for taking a first look at the data for relationships.
The polynomial regression calculator is useful if the relationship appears to be a polynomial. The exponential regression calculator is useful if the relationship looks like an exponential curve.
A linear regression model describes the relationship between a predictor () and a response variable () as a linear equation. Sometimes the predictor is called the independent variable and the response is called the dependent variable.
The first order simple linear regression equation looks like:
Where
Sometimes the gradient is called the slope coefficient and the intercept is called the intercept coefficient.
This linear regression calculator only calculates a linear line of best fit like the one above.
Linear regression models can also fit polynomials. E.g. the second order simple linear regression formula looks like:
The regression line equation also generalizes to the nth power:
Regression models provide an estimate for the y values given x values. Sometimes the uncertainty of the prediction can be modeled, this is called a prediction interval.
The prediction interval shows the range of y values that the model believes would occur for an x value. The interval is often stated as a confidence interval.
For example, the predicted value of y for a given x could be 10 with a 95% chance that it is between 8 and 12. The prediction interval is [8, 12].
The difference between linear and quadratic regression depends on whether you are interested in the regression equation, or the shape of the line of best fit.
Fitting a quadratic line of best fit to input data is often considered quadratic regression.
The regression equation for fitting a quadratic function or a straight line is shown below.
Notice how the predicted dependent variable y is made from a linear combination of the regression coefficients (the a's) and the predictor variable . This means that the regression model for linear and quadratic regression is linear.
Statisticians consider both Linear and quadratic regression analysis to be linear because they both use a linear model to find the line of best fit.
A Linear regression model makes four assumptions about the input data:
After you have fit a model to input data, you can predict the value of new points. Prediction works best when the model fits the data well (r squared value close to 1) and the new data point is close to data points that were in your input data set.
To manually make a prediction without using a calculator you can pick a value on the regression line.
Sometimes it is useful to know how confident the regression model is in its prediction. If the regression assumptions hold for the input data set, then it is possible to calculate a confidence interval for predictions.