Description Usage Arguments Value Details Examples
This function adds an estimation function to a model.
1 | add_estimation_function_to_model(model, estimation_function)
|
model |
The model object to which the estimation function should be added (see details) |
The model object
The model function recieves the scan number, initial guess and xy data. It should return a list of parameter estimates (can be a sparse list)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.