Used in the loop of a Gibbs sampler, setting parameters not yet tested (j and above) to previous value (i-1), and other parameters (<j) to new value (i).
This has unfortunate need for the entire matrix allparam, when only row i-1 and row i are needed.
1 | arrangeParam.Gibbs(i, j, allparam)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.