View source: R/coupled_mcmc_half_t.R
crn_max_sigma2_coupling | R Documentation |
Coupled update of sigma2 given eta
crn_max_sigma2_coupling( xi_1, eta_1, xi_2, eta_2, n, ssr_1, ssr_2, a0, b0, epsilon_sigma2 = 0, sigma2_fixed_value = NULL )
xi_1, xi_2 |
current xi values (positive scalars) |
eta_1, eta_2 |
current eta values (vector length p) |
n |
number of data points |
ssr_1, ssr_2 |
postiive scalars |
a0 |
positive scalar |
b0 |
positive scalar |
epsilon_sigma2 |
threshold (when above/below use common random numbers/ maximal coupling of proposals) |
sigma2_fixed_value |
boolean (when TRUE/FALSE sigma2 fixed/varying) |
Coupled update of sigma2 given eta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.