Curve Fitting — Linear Regression
Perform a simple linear regression on a set of 2D data points. This tool uses the method of least squares to find the line of best fit (y = mx + b) for your data, and also calculates the R-squared value to determine the goodness of fit.
Preparing the tool. Please wait...