Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed initial conditions: global identifiability #169

Open
pogudingleb opened this issue Apr 30, 2023 · 1 comment
Open

Fixed initial conditions: global identifiability #169

pogudingleb opened this issue Apr 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pogudingleb
Copy link
Collaborator

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:

  • fixed initial conditions can be used when verifying the rank of the Wronskian. If it is still of full rank, then identifiability with these fixed initial conditions is at least as good as without them (that is, we do not loose identifiability because of hitting a singular point).
  • As suggested in the paper mentioned above, if the system is controllable from the fixed initial conditions, then again the result is at least as good.
  • What would be interesting to see is if we could get a different result of elimination by making some initial conditions fixed in the GenericPointGenerator used in the elimination process...
@pogudingleb pogudingleb added the enhancement New feature or request label Apr 30, 2023
@pogudingleb
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant