Quadratic regression is a step beyond linear regression, where the model forms a parabola. This is particularly useful when data shows a trend that curves rather than follows a straight line. The quadratic model can capture more complex relationships.
In quadratic regression, the equation takes the form , where:
- , , and are constants that determine the parabola's shape.
- changes with respect to at a rate that accelerates or decelerates due to the term.
When conducting a quadratic regression using a tool like Excel, you can fit this model by using the LINEST function on your original values and the squares of your values. It effectively expands the capabilities of simple linear regression, allowing the equation to model curves, thereby often providing more accurate predictions especially when data forms a U-shape.