JSM 2010 [talk]
Here are the slides of the talk I am presenting on Monday at JSM 2010 in Vancouver, in the Bayesian Inference in Massive Data Problems session organised by Alexandra Schmidt: it is about Bayesian model choice in cosmology
It borrowed from Darren Wraith’s presentation at JSM 2009 by adding more items on evidence estimation, in connection with our lastest cosmology paper. Obviously, 64 slides for 25 minutes is a bit extra-galactic, even at the speed of light, so I will scrap all the technical sections on PMC, AMIS and focus on the implementation for the cosmology problem.
Ps-If anyone has an idea as to why two pages are rotated during the ps2pdf process, thanks for sharing your thoughts!
Related
This entry was posted on August 2, 2010 at 12:04 am and is filed under Statistics, University life with tags AMIS, Bayesian Analysis, Bayesian model choice, cosmology, JSM 2010, large data problems, slides, slideshare, Vancouver. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
4 Responses to “JSM 2010 [talk]”
Leave a Reply to JSM 2010 [day 2] « Xi'an's Og Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
December 10, 2010 at 6:15 am
[…] quote that started the earlier post, and recycles the same graph about cosmology I used last summer in Vancouver! However, there are alternative interesting entries about probabilistic proof checking […]
August 3, 2010 at 8:10 am
[…] afternoon session on Bayesian processing of massive data systems was somehow compulsory since I was talking in this session! While the talks were interestingly diverse, there were however again very people […]
August 2, 2010 at 11:17 am
I don’t know why ps2pdf rotated your pages, but pdftk is a great tool that should let you fix up the pdf after the fact.
August 2, 2010 at 12:01 pm
Thanks, Iain. Larry Wasserman sent me the command ps2pdf -dAutoRotatePages=/None that did the trick, But indeed pdftk in.pdf cat 1-18 19E 20-end output out.pdf would have done the job too. Thanks!