Description Usage Arguments Value Examples
View source: R/FIT-fit_object.R
This function creates a fit that can contain models.
1 2 3 4 |
integration_range |
The range over which to perform the integration c(min,max) |
noise_height |
Approximate magnitude of the noise in the spectrum (probably best as 0) |
maxEvaluations |
Max number of calls to model function |
maxIterations |
Max number of iterations during fitting |
use_previous_as_guess |
Uses the previous fit as a guess for the next fit (rather than initial guess) |
brute_force |
Attempt to brute force the starting parameters |
brute_force_method |
'short' or 'full'. Short only tries to fit using all of the models, full will also try every combination of models. |
brute_force_grid_size |
Number of parameters to try for every constraint during the brute force. |
A fit object
1 | new_fit()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.