View source: R/coupled_mcmc_half_t.R
meetingtime_half_t | R Documentation |
Function which just returns the meeting time of a coupled chain
meetingtime_half_t( X, X_transpose, y, a0 = 1, b0 = 1, std_MH = 0.8, rinit = NULL, approximate_algo_delta = 0, epsilon_eta = 0.5, epsilon_xi = Inf, epsilon_sigma2 = Inf, nrepeats_eta = 1, verbose = FALSE, max_iterations = Inf, totalduration = Inf, lag = 1, xi_fixed = FALSE, sigma2_fixed = FALSE, t_dist_df, two_scale = TRUE, xi_interval = c(0, Inf) )
X |
n by p matrix |
X_transpose |
Pre-calculated transpose of X |
y |
length n vector |
a0 |
positive scalar |
b0 |
positive scalar |
rinit |
Initial distribution |
approximate_algo_delta |
approximate MCMC error (non-negative scalar) |
epsilon_eta |
eta common random numbers/ maximal coupling coupling threshold |
epsilon_xi |
xi common random numbers/ maximal coupling coupling threshold |
epsilon_sigma2 |
sigma2 common random numbers/ maximal coupling coupling threshold |
nrepeats_eta |
number of slice sampling steps |
verbose |
boolean for printing/ not printing run time |
max_iterations |
number of maximum iterations |
totalduration |
maximum duration |
lag |
Lag |
xi_fixed |
boolean for fixing / not fixing xi |
sigma2_fixed |
boolean for fixing / not fixing sigma2 |
t_dist_df |
degree of freedom v>=1 for Half-t(v) |
xi_interval |
support of prior distribution of xi |
(beta, eta, sigma2, xi) sampled from the half-t prior blocked Gibbs kernel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.