Nonlinear Curve Fitter<T> Properties
Properties
| Algorithm | Gets or sets the nonlinear least squares algorithm that is to be used in the calculations. |
| Best | Gets the curve parameters corresponding to the best fit. |
| Function | Gets or sets the function to be fitted. |
| Function | Gets or sets the gradient of the function to be fitted. |
| Initial | Gets or sets the initial value for the iteration. |
| Lower | Gets or sets the vector of lower bounds of the curve parameters. |
| Optimizer | Gets the optimizer used to calculate the nonlinear least-squares solution. |
| Residuals | Gets the residuals for the observations. |
| Scale | Gets or sets the vector used to scale the curve parameters. |
| Standard | Gets the standard error of the curve fit. |
| Upper | Gets or sets the vector of upper bounds of the curve parameters. |
| Weight | Gets or sets the weight function. |
| Weight | Gets or sets the weight vector. |
| XValues | Gets or sets the vector of x-values. |
| YValues | Gets or sets the vector of y-values. |