The fitter module provides a simple environment to perform model fitting to your data set.
This module can be used in the following four modes: Basic, Advanced, Expert, and Master
Basic: Allows you to fit a model to a single data set.
Advanced: Allows you to fit a model to several data sets simultaneously, sharing the same axis types.
Expert: Allows you to fit your model to several data sets, independent of the axis types.
Master: Integrates all funcionalities of modes Basic, Advanced, and Expert
After the registration process, the user is granted the privilege that allows writing a fitting equation in a single line of code. The user also has access to the math library and specific models incorporated in fitteia's library.
If you wish to write additional code to perform your specific fits which are not incorporated in fitteia's library, you should request a higher privilege level . If you think that this code could be potentially useful for other fitteia users, eventually, it might be integrated in fitteia extending the existing fitting model library of fitteia.
Users must request this higher level of privilege by sending an email to the fitteia management team. The access request feature has been imposed to ensure that users must respect fitteia’s security and privacy, although regarding the fitter module’s interface point of view, there are just a few minor changes.
While using the fitter module, the following actions are available:
A new user will find the both folders initially available in the user's account several examples. Some will be described here.
Title
Title position x
Title position y
Legend on/off
Legend Frame
Legend Frame color
Number of points in the model curves
Error bars
Symbol size
Plot file name
Plotting terms of the fitting function
Curve label
Line type
Line color
Label position x
Label position y
Auto scaling
Axis labels
Axis minimum value
Axis maximum value
Axis tick label increment
Number of subticks
Grid on/off
Scale type
Format of numbers
Precision (nº of decimals)
Independent variable name
Dependent variable name
Fitting Parameters names
Mathematic equation
When in privileged user level
Auxiliar Code Editor on/off
User functions declaration
Auxiliar Code