Parameter estimation with sbioparmestim, using experimental data replicates or averages / standard deviations
Show older comments
Toolboxes: Simbiology, Global Optimization Toolbox
Function: sbioparamestim
Issue: Want sbioparamestim to estimate parameters using data replicates or averages & standard deviations
Example Data A:
tspan = [0 10 30 60 100]';
xtarget = [0 0.35 0.4 0.48 0.39]';
sbioparamestim works well with dataset A. xtarget has one set of values to match. However, if my data were to contain replicates:
Example Data B:
xtarget_rep_1 = [0 0.3 0.4 0.48 0.39]';
xtarget_rep_2 = [0 0.3 0.4 0.36 0.39]';
extarget_rep_3 = [0 0.3 0.4 0.2 0.39]';
I do not know how to integrate such data into a parameter estimation function. Optimization Toolbox and Simbiology documentation did not cover such examples to my knowledge.
Accepted Answer
More Answers (0)
Categories
Find more on Import Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!