Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I have a question regarding your example 7.11 in your book Introducing Monte Carlo Methods with R. To further decompose the uniform simulation by sampling a and b step by step, how you determine the upper bound for sampling of a? I don’t know why, for all y(i)=0, we need a+bx(i)>- log(u(i)/(1-u(i))). It seems that for y(i)=0, we get 0>log(u(i)/(1-u(i))). Thanks a lot for your clarification.
There is nothing wrong with our resolution of the logit simulation problem but I acknowledge the way we wrote it is most confusing! Especially when switching from
Starting with the likelihood/posterior
we use slice sampling to replace each logistic expression with an indicator involving a uniform auxiliary variable
[which is the first formula at the top of page 220.] Now, when considering the joint distribution of
we only get a product of indicators. Either indicators that
depending on whether yi=1 or yi=0. The first case produces the equivalent condition
and the second case the equivalent condition
This is how we derive both uniform distributions in
What is both a typo and potentially confusing is the second formula in page 220, where we mention the uniform over the set.
This set is missing (a) an intersection sign before the curly bracket and (b) a
Filed under: Books, R, Statistics Tagged: auxiliary variables, Introducing Monte Carlo Methods with R, logistic regression, slice sampling
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.