Regression and Prediction Models
Enter your data points as (x, y) pairs to find the quadratic equation of best fit.
Click on an example to load the data into the calculator.
Modeling the height of a thrown object over time.
Analyzing the U-shaped relationship between production units and average cost.
Modeling a population that grows rapidly and then slows down due to limiting factors.
Examining the stress-strain curve for a particular material under load.
In the 'Data Points (x,y)' text area, enter your coordinate pairs. Each pair must be on a new line, with the x and y values separated by a comma. For instance, if you have the points (1, 5), (2, 11), and (3, 21), you would enter them as: 1,5 2,11 3,21 You must provide at least three distinct points to define a unique parabola.
To find the coefficients a, b, and c that minimize this error, we take partial derivatives of the sum of squared errors with respect to a, b, and c, set them to zero, and solve the resulting system of three linear equations. These are called the normal equations:
The Coefficient of Determination is calculated as: R² = 1 - (SSres / SStot).