|
Fit y(x) = A * exp(B*x) using linearization |
|
|
Fit y(x) = A * exp(-B*(x-C)^2) using linearization |
|
|
Interpolate XYZ data to regular grid using the Inverse Distance Method |
|
|
Perform two-dimensional linear interpolation |
|
|
Fit a line to a series using the end points |
|
|
Least squares method of fitting an arbitrary set of basis functions to a series. |
|
|
Fit a line to series |
|
|
Regress two series |
|
|
Least squares method of fitting sine curves of known frequency |
|
|
Least squares polynomial fitting with error statistics |
|
|
Return polynomial coefficients |
|
|
Graph polynomial fit |
|
|
Fit y(x) = A * x^B using linearization |
|
|
Fit y(x) = A + B * sin(C*x + D) using the FFT |
|
|
Fit y(x) = A + B*x + C * sin(D*x + E) using the FFT |
|
|
Cubic spline interpretation |
|
|
Perform two-dimensional cubic spline interpolation |