Name | Type | Default | Restrictions | Description |
interpolation_step | float | 0.2 | | Sampling rate for the interpolation of the model function. |
tolerance_stdev_bounding_box | float | 3 | | Bounding box has range [minimim of data, maximum of data] enlarged by tolerance_stdev_bounding_box times the standard deviation of the data. |
max_iteration | int | 500 | | Maximum number of iterations using by Levenberg-Marquardt algorithm. |
deltaAbsError | float | 0.0001 | | Absolute error used by the Levenberg-Marquardt algorithm. |
deltaRelError | float | 0.0001 | | Relative error used by the Levenberg-Marquardt algorithm. |
statistics:mean | float | 1 | | Centroid position of the model. |
statistics:variance | float | 1 | | Variance of the model. |