Importance Sampling (IS) - for both types of importance sampling: hard to choose appropriate proposal/sampling distribution and as you scale to higher dimensions the variance of weight (i.e. 𝐏(𝑋)/𝐐(𝑋)) increases exponentially. Therefore, not very useful for high dimensional distributions unless we could decompose it into several smaller distributions. If it can’t be done, consider using MCMC
solves the problem in Simple Sampling by sampling from a different distribution and prescribe weights (importance) to each sample. This would simulate sampling from the actual distribution. However, in order to compute weights it requires evaluation of target distribution
if one can’t evaluate the target distribution, use normalized importance sampling