Theoretical Overview#

The parameter estimation from the gathered experimental data is a significant part of the mathematical modeling of the real-life system. However, due to constant measurement noise, the parameter values are always found with some uncertainty. To reduce this error, the Experimental Design should be optimized to increase the informational worth of the data [1, 2].

The Experimental Design works iteratively with parameter estimation process. Firstly, using the chosen model structure and the first parameter estimated values, the first optimal experimental design can be proposed accounting for different constraints. Then depending on availability, either real or numerical experiments should be conducted based on this design to gather measurement or in-silico data. This new data can be used for the new parameter estimations with corresponding uncertainties. After this, using new parameter values, the process can be repeated several times to increase the precision of the parameter estimates till the desired accuracy is achieved.

../_images/ExpDesign_workflow.png

The workflow of the iterative process of model optimization for parameter estimation.#

In this library, we present the implementation of the Experimental Design part of the described process for a specific type of model. We are interested in systems widely used in Systems Biology and described by Ordinary Differential Equations (ODE).

[1]

Eva Van Derlinden, Laurence Mertens, and Jan F. Van Impe. The impact of experiment design on the parameter estimation of cardinal parameter models in predictive microbiology. Food Control, 29(2):300–308, 2013. doi:10.1016/j.foodcont.2012.06.018.

[2]

BALSA-CANTO, E. BANGA, J.R. COMPUTING OPTIMAL DYNAMIC EXPERIMENTS FOR MODEL CALIBRATION IN PREDICTIVE MICROBIOLOGY. Journal of Food Process Engineering, 2008. doi:10.1111/j.1745-4530.2007.00147.x.