ABC methods provide a way to perform Bayesian inference when the likelihood function is intractable or impossible to compute directly. The basic ABC algorithm works by simulating parameters from the prior and simulating data from those parameters, accepting the parameters if the simulated data is "close" to the actual observed data according to some distance measure and tolerance level. Later advances include ABC-MCMC which uses an MCMC approach to sample from the posterior, and ABC-NP which adjusts the parameters to better match the observed data rather than rejecting simulations. Other variants such as ABC-SMC and ABC-μ extend the framework to include sequential Monte Carlo methods or jointly model the intractable parameters. Overall, ABC methods provide a