Parameter estimation with sbioparmestim, using experimental data replicates or averages / standard deviations
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で QSP, PKPD, and Systems Biology についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!