The system is shut down for maintenance, please come back later.
|
y = 7.124823630278 * x - 19.787278320648 |
x' data | y' data | y = f(x') | y' - y |
5.8 | 22.38 | 21.536698734964 | 0.8433012650356 |
6.65 | 27.56 | 27.592798820701 | -0.032798820700702 |
7.5 | 33.12 | 33.648898906437 | -0.528898906437 |
8.34 | 39.01 | 39.633750755871 | -0.62375075587052 |
9.19 | 45.23 | 45.689850841607 | -0.45985084160682 |
10.04 | 51.76 | 51.745950927343 | 0.014049072656881 |
10.89 | 58.59 | 57.802051013079 | 0.78794898692058 |
Standard error of the estimate | Sy/x | 0.66536540695884 |
Coefficient of determination | r2 | 0.99783828694908 |
Correlation coefficient | r | 0.99891855871692 |
Curve fitting with image draw of function graph
This C# ASP.NET page uses different curve fitting algorithms to find a mathematical function, y = f(x), for a set of x and y data points.
Note that some methods do not accept zero or negative numbers as x and/or y values.
The function y = f(x) may also be changed manually and compared with the data points.
See the page FunctionGraph for help and notes about mathematical expressions, syntaxes and graph tool buttons.
Clicking any OK button will save the inputs in the current session, until the web browser is closed.
No third-party add-ons or softwares are used on this page, only plain HTML with an image is used.