Curve Fitting Class Help
- Updated2023-02-21
- 1 minute(s) read
Curve Fitting Class Help
This class contains functions that generate the coefficients, the best curve, and the mean squared error for linear, exponential, and polynomial curve fits.
The data points are represented by two separate arrays corresponding to the x and y coordinates of the data set.
Because the least squares method is used to find the best fit, the Mean Squared Error (MSE) is also provided as an output parameter.
Library: Advanced Analysis Library