View source: R/impulse_fitting.R
reduce_best_timecourse_params | R Documentation |
Across multiple fits of a timecourse summarize the best fitting timecourse in terms of least-squares error as well as by lowest absolute V within a tolerance of the least-squares set.
reduce_best_timecourse_params(
timecourse_list,
reduction_type = "loss-min",
sufficiency_tolerance = 0.05
)
timecourse_list |
List output from |
reduction_type |
How to choose the best parameter set, options are:
|
sufficiency_tolerance |
All timecourses within 1 + sufficiency_tolerance best fitting parameter set are deemed sufficient |
a list containing top parameter set and losses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.