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!