Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grfrederic/identifiability

Supplementary code for studying non-identifiable models using MCMC simulations used in the research article "Predictive power of non-identifiable models".
https://github.com/grfrederic/identifiability

bayesian mcmc non-identifiability ode systems-biology

Last synced: about 1 month ago
JSON representation

Supplementary code for studying non-identifiable models using MCMC simulations used in the research article "Predictive power of non-identifiable models".

Awesome Lists containing this project

README

        

## identifiability
Supplementary code used in the research article "[Predictive power of non-identifiable models](https://doi.org/10.1038/s41598-023-37939-8)" published in *Scientific Reports* (2023).

### Overview
The `identifiability` module contains definitions of studied models, utils for running MCMC and ODE solver configurations. The two notebooks (`generate data.ipynb`, `generate figures.ipynb`) were used to generate figures presented in the article.

### Requirements
For a list of Python modules see `requirements.txt`.

### License
The code is open source under the 3-Clause BSD license (see file LICENSE or visit https://opensource.org/licenses/BSD-3-Clause).