Examples Overview
examples_overview.Rmd
We here provide some examples to simulate, calibrate or analyse different models. The calibration (parameter estimation) process includes uncertainty quantification and with analyses we mean global sensitivity analysis (SA). You find more details about the different tools in the accompanying article.
The examples are listed in order of increasing difficulty and run time.
AKAR4
These examples can be run on a laptop.
- Simulate AKAR4 deterministically Builds the AKAR4 model as an ODE and simulates it with the an ODE solver.
- Simulate AKAR4 stochastically Builds the AKAR4 model as a stochastic model and simulates it with the Gillespie algorithm.
- UQ of deterministic AKAR4 AKAR4 is calibrated with a likelihood based Metropolis approach.
- UQ of stochastic AKAR4 AKAR4 is calibrated with an Approximate Bayesian Computation (ABC) approach.
- SA of AKAR4 Global sesnitivity analysis is perfomed on the determinitic AKAR4 model using independent prior parameter distributions.
- UQ and SA of AKAR4 First UQ and then SA is performed on the deterministic AKAR4 model.
AKAP79
These examples are meant to be run on a compute cluster, but with some patience you can test them on a multi core workstation or laptop.
- Paralllel chains with MPI Describes how to run the packege in parallel.
- UQ and SA of AKAP79 deterministic model
- UQ and SA of AKAP79 stochastic model
CAMKII
The demo R scrips can be found in the folder inst/extdata
.
The ?uqsa::uqsa_example
function can locate the example
folders after package installation.