Typos in Chapter 5

[This article was first published on Xi'an's Og » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

After writing the solutions to the odd-numbered exercises in Chapter 5 of “Introducing Monte Carlo Methods with R”., I alas found the following typos, two of which are rather major (Exercise 5.3 and Example 5.16). I apologise to the readers these typos may confuse.

– Exercise 5.3 has no simple encompassing set and the constraint should be replaced by

x^2(1+sin(y/3)cos(8x))+y^2(2+cos(5x)cos(8y)) le 1

– In Example 5.14, the sentence between parentheses should end up with “equal to 0″ (merci, Robin!)

– Example 5.16 has a typo in that the EM sequence should be

hattheta_1 = displaystyle{left{{theta_0,x_1over 2+theta_0}+ x_4right}}bigg/displaystyle{left{{theta_0,x_1over 2+theta_0} +x_2+x_3+x_4right}}

– In Exercise 5.15, the Z’s in the formula should be in capital letters, namely

P(Z_i=1) = 1 - P(Z_i=2)

– In Exercise 5.17, the function phi should be written varphi to be coherent with the notation of Example 5.14

– Exercise 5.21 should have been removed as it duplicates Exercise 5.11…but this redundancy  is not going to confuse anyone!

As written earlier, this is a confirmation that I should have followed my own rule of “Always write the correction before the first printing”!


Posted in Books, R, Statistics Tagged: Introducing Monte Carlo Methods with R, MCMC, simulation, solution manual, typos

To leave a comment for the author, please follow the link and comment on their blog: Xi'an's Og » R.

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)