Fitting of data and curves

Fitting can be done in two ways:

Non Linear Curve Fit

This function can be accessed by the Fit Wizard command of the Analysis-plots menu when a plot is selected, or the Analysis-tables menu when aa table window is selected. In the latter case, this command first creates a new plot window using the list of selected columns in the table.

This Command is used to fit discrete data points with a mathematical function. The fitting is done by minimizing the least square difference between the data points and the Y values of the function.

The top of the dialog box is used to choose a function among the one which are already define. Four types of functions are available: the user defined functions which have been saved, the classical functions proposed by SciDAVis in the analysis menu, the simple elementary built-in functions, and external functions via pluggins.

To choose one of these functions, you just have to select it and to click on the checkbox under the selector.

If you want to define your own function, you can use the bottom half of the dialog box. You can write you own mathematical expression or add expressions obtained with the function selector. Then you need to define the parameters which have to be fitted in a comma separated list.

Figure 3.10. The first step of the Fit Wizard dialog box.

The first step of the Fit Wizard dialog box.

The second step is to define the parameters for the fit. You have to give initial guess for the fitting parameters.

Figure 3.11. The second step of the Fit Wizard dialog box.

The second step of the Fit Wizard dialog box.

In this second tab you can also choose a weighting method for your fit (the default is No weighting). The available weighting methods are:

  1. Instrumental: the values of the associated error bars are used as weighting coefficients. You must add Y-error bars to the analyzed curve before performing the fit.

  2. Statistical: the weighting coefficients are calculated as the square-roots of each data point in the fitted curve.

  3. Arbitrary Dataset: you have the possibility to set the weighting coefficients using an arbitrary data set. The column used for the weighting must have a number of rows equal to the number of points in the fitted curve.

After the fit, the log window is opened to show the results of the fitting process.

Depending on the settings in the Custom Output tab, a function curve (option Uniform X Function) or a new table (if you choose the option Same X as Fitting Data) will be created for each fit. The new table includes all the X and Y values used to compute and to plot the fitted function and is hidden by default, but it can be found and viewed with the project explorer.

Figure 3.12. The results of the Fit Wizard.

The results are shown in the log window, the curve is plotted in the active window, and a table is created to store the fit.

The results of the Fit Wizard.

Fitting to specific curves

SciDAVis include quick access to the most usefull functions for fitting. Beware that when you use these commands, SciDAVis uses default values as initial guesses for the parameters. Therefore, the convergence may be difficult or even impossible if these initial values are too far from the final values. In this case, you can use the Fit Wizard command or the Fit Wizard command, select the function in the built-in set and give good initial values for parameters.

Fitting to a line

This command is used to fit a curve which has a linear shape. The results will be given in the Log panel.

Figure 3.13. The results of a Quick Fit→Fit Linear.

The results of a Quick Fit→Fit Linear.

Fitting to a polynomial

This command is used to fit a curve which has a linear shape. The results will be given in the Log panel

Fitting to a Bolzmann function

This command is used to fit a curve which has a sigmoidal shape. The function used is:

Equation 3.3. Bolzmann equation


in which A2 is the high Y limit, A1 is the low Y limit, x0 is the inflexion point and dx is the width.

Figure 3.14. The results of a Quick Fit→Fit Bolzmann (Sigmoïdal).

The results of a Quick Fit→Fit Bolzmann (Sigmoïdal).

Fitting to a Gauss function

This command is used to fit a curve which has a bell shape. The function used is:

Equation 3.4. Gauss equation


in which A is the height, w is the width, xc is the center and y0 is the Y-values offset.

Figure 3.15. The results of a Quick Fit→Fit Gaussian.

The results of a Quick Fit→Fit Gaussian.

Fitting to a Lorentz function

This command is used to fit a curve which has a bell shape. The function used is:

Equation 3.5. Lorentz equation


in which A is the area, w is the width, xc is the center and y0 is the Y-values offset.

Figure 3.16. The results of a Quick Fit→Fit Lorentzian.

The results of a Quick Fit→Fit Lorentzian.

Multi-Peaks fitting

This kind of fitting allows to fit your data points to a sum of N Gaussian or Lorentzian functions. The first step is to specify the number of peaks. Then you must define the position of each peak on the curve. This is done by selecting one data point on the plot, then validate your choice for each peak with the ENTER key.

Figure 3.17. The selection of the position of the peaks.

The selection of the position of the peaks.

Then, the fitting is done in the same way as for the other quick-fit commands. For the position of the data points used for the selection of the position of the peaks are just initial guesses for the fitting.

Figure 3.18. The results of a Quick Fit→Fit Multipeak→Gaussian.

The results of a Quick Fit→Fit Multipeak→Gaussian.

As for the other quick-fit commands, if you want to fit with a sum of more complex curves (e.g. a combination of lorentzian and gaussian functions), use the Fit Wizard.

Changing default parameters for fitting

This dialog can be accessed by the Preferences command of the Edit menu. It allows to modify the way the fitted curves are drawn on the plots and some options for the presentation of the fitted values. If you want to modify some parameters related to the fitting itself, like the tolerance, you have to do it in the Fit Wizard.

Figure 3.19. The preference dialog for fitting.

The preference dialog for fitting.