| agm | Main function for adaptive gradient matching |
| doMCMC | Main MCMC function Runs the MCMC for the specified number of iterations and returns the sampled parameter values |
| getODEGradient | Calculate gradients from ODE system |
| LV_example_dataset | Data from a Lotka-Volterra ODE system with 2 species and 4 parameters. Species in order are: 1. Sheep (Prey) 2. Wolves (Predators) |
| proposeParamsMCMC | Sample from proposal distribution for MCMC |
| solveODE | Solve ODE system explicitly. |