View full-text article in PMC Entropy (Basel). 2018 Feb 7;20(2):110. doi: 10.3390/e20020110 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2018 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 5 PCGS in the case of a scale mixture of Gaussian noise. Initialize: x(0)∈RQ, v(0)∈RQ, σ(0)∈R+N, Θ(0)∈RP 1:for t=0,1,… do 2: For all i∈{1,…,N}, generate σi(t+1)∼Pσi|x(t),Θ(t),z 3: Generate Θ(t+1)∼PΘ|x(t),σ(t+1),z 4: Set μ(σ(t)) and Γ(σ(t)) 5: Generate v(t+1)∼Pv|x(t),σ(t+1),Θ(t+1),z 6: Generate x(t+1)∼Px∣v(t+1),σ(t+1),Θ(t+1),z 7:end for