Performs and Approximate Bayesian Computation Sampling of Model Parameters
ABCMCMC.Rd
Given a set of simulation experiments (list), a model, parameter boundaries, this function will draw a sample of parameters from the posterior probability density of the given problem.
Arguments
- objectiveFunction
function that, given a (vectorial) parameter as input, simulates the model, and outputs the distance between experimental data and data simulated from the model with the parameter provided in input
- startPar
starting value for the parameter vector
- nSims
requested sample size
- Sigma0
multivariate normal covariance of Markov chain transition kernel
- delta
ABC acceptance threshold
- dprior
a function that returns prior probability density values