View source: R/coupled_mcmc_half_t.R
crn_max_xi_coupling | R Documentation |
Coupled Metropolis-Hastings update of xi given eta
crn_max_xi_coupling( current_xi_1, eta_1, current_xi_2, eta_2, X, X_transpose, y, a0, b0, std_MH, approximate_algo_delta = 0, epsilon_xi = 0, fixed = FALSE, xi_interval )
current_xi_1, current_xi_2 |
current xi values (positive scalars) |
eta_1, eta_2 |
current eta values (vector length p) |
X |
n by p matrix |
X_transpose |
Pre-calculated transpose of X |
y |
length n vector |
a0 |
positive scalar |
b0 |
positive scalar |
std_MH |
standard deviation of log-normal MH proposal |
approximate_algo_delta |
approximate MCMC error (non-negative scalar) |
epsilon_xi |
threshold (when above/below use common random numbers/ maximal coupling of proposals) |
xi_interval |
support of prior distribution of xi |
Coupled Metropolis-Hastings update of xi given eta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.