The document describes Approximate Bayesian Computation (ABC) methods. It introduces Population Monte Carlo (PMC), which is an ABC algorithm that uses sequential importance sampling to generate particles from successive approximations of the target distribution. PMC proceeds by sampling particles from a proposal distribution, weighting them by the ratio of the target to proposal densities, and resampling according to the weights. The weighted samples across iterations are then used to estimate expectations with respect to the target distribution.