- If your case is simple enough, you might be able to express the species concentrations at time=0 as a function of parameters: e.g. receptor = ksyn/kdeg. I understand it might not be feasible though.
- You could shift the times in your data to fit by an offset large enough to reach steady state before the first dose is applied. To shift the time vector, you can add a derived column to the dataset in Model Analyzer and define it as the independent variable. For example:
Equilibrate during parameter estimation
2 views (last 30 days)
Show older comments
I have a reaction network model built using simbiology. This includes reactions for synthesis and degradation of various species. So, generally I run steadystate and update the model state before running any simulations. Now, I would like to estimate some of the parameters in the model using sbiofit. My questions is whether sbiofit equilibrates model state for each parameter sample during fitting?
Thanks and regards.
0 Comments
Accepted Answer
Jeremy Huard
on 23 May 2023
running sbiosteadystate before each simulation in a fit is not supported.
That said, I see two options:
Best regards,
Jérémy
4 Comments
Jeremy Huard
on 23 May 2023
@Anu, I was assuming that the steady state would depend on the parameters you try to estimate. Can you please confirm?
If not, the solution would be simpler. Namely, you could run a steady state program, save the result in a variant, and then apply this variant in your fit program.
It would help if you could clarify that point.
Thanks!
More Answers (0)
Communities
More Answers in the SimBiology Community
See Also
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!