SciML / StructuralIdentifiability.jl

Fast and automatic structural identifiability software for ODE systems
https://docs.sciml.ai/StructuralIdentifiability/stable/
MIT License
105 stars 16 forks source link

Fixed initial conditions: global identifiability #169

Open pogudingleb opened 1 year ago

pogudingleb commented 1 year ago

In addition to knowing the ODE system and time series data for some outputs, one frequently also knows the initial conditions for some of the states. It would be great to use this information to clarify the identifiability analysis. For an algorithm based on input-output equations, an interesting discussion of this problem can be found in this paper. To the best of my understanding, the paper does not give a complete algorithm but some ideas can be of interest.

Some interesting specific things we could do:

pogudingleb commented 5 months ago

The functionality to add the known initial conditions (assuming that they are generic) has been added in release 0.5.4 (right now, for @ODEmodel macro only). An example is given in this tutorial