Skip to main content
. Author manuscript; available in PMC: 2014 Oct 17.
Published in final edited form as: J Am Stat Assoc. 2012 Dec;107(500):1558–1574. doi: 10.1080/01621459.2012.720899

Algorithm 2.

Cross-resolution Move of Multiresolution Sampler

  1. Let (θold, Yold{k+1}) be the current set of parameters and missing data. Draw (θtrial, Ytrial{k}) from the empirical distribution of fk(θ, Y{k}|Y). Let πktrial=fk(θtrial,Ytrial{k}Y).

  2. Draw Ztrial{k+1} from a distribution Tk+1(Z{k+1}θtrial,Ytrial{k},Y). Let τk+1trial=Tk+1(Ztrial{k+1}θtrial,Ytrial{k},Y). Recall that Ytrial{k+1}=Ytrial{k}Ztrial{k+1}. Let πk+1trial=fk+1(θtrial,Ytrial{k+1}Y).

  3. Similarly, let πkold=fk(θold,Yold{k}Y),τk+1old=Tk+1(Zold{k+1}θold,Yold{k},Y) and πk+1old=fk+1(θold,Yold{k+1}Y). Accept (θtrial,Ytrial{k+1})) as the next sample from fk+1(θ, Y{k+1} | Y) with probability
    r=min{1,πk+1trial/(πktrialτk+1trial)πk+1old/(πkoldτk+1old)}.

    Otherwise, with probability 1 − r, keep (θold,Yold{k+1}) as the next sample.