Approximate Bayesian computation (ABC) is a method that circumvents the computationally prohibitive evaluation of likelihood functions by comparing observed data with simulated data. Instead of calculating likelihoods directly, ABC uses summary statistics and simulations to enable inference under complex models where exact likelihood calculations are infeasible. [@csillery_abc_2012]

Definitions

Synthesis

Approximate Bayesian computation (ABC) is firmly established as a method that circumvents the need to calculate intractable or computationally prohibitive likelihood functions by instead generating simulated data from candidate models and comparing these simulations to observed data through summary statistics. The mechanistic relationship is clear: when complex models make direct likelihood evaluation infeasible, data simulation becomes the core operation that enables Bayesian inference to proceed, with summary statistics serving as the bridge between observed and simulated datasets to assess parameter plausibility and model fit. This simulation-based approach has been operationalized in generalist software packages that leave the specifics of data simulation to users, allowing flexibility across diverse applications while supporting various algorithmic refinements like nonlinear heteroscedastic regression to improve parameter estimation accuracy. While the fundamental bypass mechanism is well-established, ongoing methodological developments suggest that optimal choices of summary statistics, tolerance thresholds, and regression adjustments remain active areas of refinement rather than settled questions.

Bibliography