View source: R/eta_half_t_sampling.R
eta_update_half_t | R Documentation |
Slice sampler targeting p(x) \prop x^((v-1)/2)/(1+vx)^((v+1)/2)*exp(-mx) on [0,Inf], where v is t_dist_df and m is rate.
eta_update_half_t(xi, sigma2, beta, eta, t_dist_df, nrepeats = 1)
xi |
positive scalar |
sigma2 |
positive scalar |
beta |
positive vector |
eta |
positive vector |
t_dist_df |
half-t degree of freedom |
nrepeats |
number of slice sampling steps |
Slice sampler targeting p(x) \prop x^((v-1)/2)/(1+vx)^((v+1)/2)*exp(-mx) on [0,Inf], where v is t_dist_df and m is rate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.