Enter your data below as comma-separated x,y pairs (one pair per line) or upload a CSV file. Adjust the polynomial degree using the slider to find the best fit for your data.
Polynomial regression fits a polynomial equation to your data points. It's useful when the relationship between variables is non-linear and can't be adequately modeled by a straight line.
Polynomial regression extends linear regression by including polynomial terms of the independent variable. The general form of a polynomial regression equation is:
y = ฮฒโ + ฮฒโx + ฮฒโxยฒ + ฮฒโxยณ + ... + ฮฒโxโฟ
Where:
Use polynomial regression when:
Higher degree polynomials can fit the data more closely, but may lead to overfitting. Use the degree slider to find the best balance between:
Enter your data below as comma-separated x,y pairs (one pair per line) or upload a CSV file. Adjust the polynomial degree using the slider to find the best fit for your data.