How to use Curve Fit Online Tool?
This is an online tool for curve fitting.
Usage:
1. Type X and Y values. You can add rows to the table by using the button below the table.
2. Choose fit method using the dropdown menu.
3. Results are generated automatically.
You can:
- export the report to PDF using "GENERATE PDF" button.
- export the report to TXT using "EXPORT TXT" button.
- manipulate diagram (for example zoom in or out)
- save diagram as PNG.
Contact: [email protected]
Polynomial Fit Online Documentation
Polynomial Fit
The relationship between the independent variable x and the dependent variable y is in the form of an nth degree polynomial of x.
Polynomial regression can be categorized as follows for n from one to three:
-
Linear – if degree is 1. The equation of the fit curve is:
-
Quadratic – if degree is 2. The equation of the fit curve is:
-
Cubic – if degree is 3. The equation of the fit curve is:
...and so on. The order of the polynomial can generally be n.
Fig. 1. Illustration of 4th order polynomial fit