Articles by xi'an

awalé

May 12, 2013 | xi'an

Following Le Monde puzzle #810, I tried to code an R program (not reproduced here) to optimise an awalé game but the recursion was too rich for R: even with a very small number of holes and seeds in the awalé… Searching on the internet, it seems the computer simulation of ... [Read more...]

R for dummies

May 1, 2013 | xi'an

I already mentioned R for dummies a while ago on the ‘Og and never got around to read it from cover to back. Now that I am reduced to a dummy state with too much free time!, I can produce a full review of the book. R for dummies was ... [Read more...]

Le Monde puzzle [#818]

April 30, 2013 | xi'an

The current puzzle is as follows: Define the symmetric of an integer as the integer obtained by inverting the order of its digits, eg 4321 is the symmetric of 1234. What are the numbers for which the square is equal to the symmetric of the square of the symmetric? I first consulted ...
[Read more...]

austerity in MCMC land (#2)

April 29, 2013 | xi'an

After reading the arXiv paper by Korattikara, Chen and Welling, I wondered about the expression of the acceptance step of the Metropolis-Hastings algorithm as a mean of log-likelihoods over the sample. More specifically the long sleepless nights at the hospital led me to ponder the rather silly question of the ... [Read more...]

interesting puzzle

April 25, 2013 | xi'an

In addition to its weekly mathematics puzzles, Le Monde is now publishing a series of vulgarisation books on mathematics, under the patronage of Cédric Villani. Jean-Michel Marin brought me two from the series, one on the golden number and one on Pythagoras’ theorem. (This is actually a translation of ...
[Read more...]

Le Monde puzzle [#817]

April 18, 2013 | xi'an

The weekly Le Monde puzzle is (again) a permutation problem that can be rephrased as follows: Find where denotes the set of permutations on {0,…,10} and is defined modulo 11 [to turn {0,...,10} into a torus]. Same question for and for This is rather straightforward to code if one adopts a brute-force approach:: (...
[Read more...]

MCMSki IV, Jan. 6-8, 2014, Chamonix (news #5)

April 15, 2013 | xi'an

More exciting news about MCMSki IV! First thing first, the 16 contributed sessions are now all-set, having gotten the stamp of approval from the scientific committee! Thanks to everyone who submitted a session proposal. (There were so many proposals that we alas had to reject some, as well as every single ... [Read more...]

BayesComp homepage

April 14, 2013 | xi'an

Today, the BayesComp section of ISBA launched its website. It is organised as a wiki and members of the section are strongly incited to take part into the construction of the website. To quote from Peter Green’s introduction: This new Wikidot site aims to be a community-edited resource on ... [Read more...]

Le Monde puzzle [#815]

April 11, 2013 | xi'an

The last puzzle was as follows: Take a card stack with 32 cards and divide it into five non-empty piles. A move consists in doubling a pile size by taking card from a single and larger pile. Is it possible to recover the original stack by repeatedly using moves? Same question ...
[Read more...]

painful truncnorm

April 8, 2013 | xi'an

As I wanted to simulate truncated normals in a hurry, I coded the inverse cdf approach: instead of using my own accept-reject algorithm. Poor shortcut as the method fails when a and b are too far from μ So I introduced a control (and ended up wasting more time than if ... [Read more...]

ISBA on INLA [webinar]

April 3, 2013 | xi'an

If you have missed the item of information, Håvard Rue is giving an ISBA webinar tomorrow on INLA: the ISBA Webinar on INLA is scheduled for April 4th, 2013 from 8:30 - 12:30 EDT. ------------------------------------------------------- To join the online meeting (Now from mobile devices using the Cisco WebEx Meeting App) ------------------------------------------------------- 1. Go ... [Read more...]

a brief on naked statistics

April 2, 2013 | xi'an

Over the last Sunday breakfast I went through Naked Statistics: Stripping the Dread from the Data. The first two pages managed to put me in a prejudiced mood for the rest of the book. To wit: the author starts with some math bashing (like, no one ever bothers to tell ... [Read more...]

Le Monde puzzle [#814]

April 1, 2013 | xi'an

The #814 Le Monde math puzzle was to find 100 digits (between 1 and 10) such that their sum is equal to their product. Given the ten possible values of those digits, this is equivalent to finding integers a1,…,a10 such that a1+…+a10=100 and a1+2a2+…+10a10=2a2x….x10a10, which reduces ...
[Read more...]

latent Gaussian model workshop in Reykjavik

March 28, 2013 | xi'an

An announcement for an Icelandic meeting next September, meeting I would have loved to attend (darn!)… This meeting is sponsored by the BayesComp session, of course!!! We are pleased to announce that the University of Iceland will host the 3rd Workshop on Bayesian Inference for Latent Gaussian Models with Applications (... [Read more...]

workshop a Padova

March 21, 2013 | xi'an

Needless to say, it is with great pleasure I am back in beautiful Padova for the workshop Recent Advances in statistical inference: theory and case studies, organised by Laura Ventura and Walter Racugno. Esp. when considering this is one of the last places I met with George Casella, in June 2010. ... [Read more...]

MCMSki IV, Jan. 6-8, 2014, Chamonix (news #4)

March 9, 2013 | xi'an

More news about MCMSki IV! Remember, the call is still open for contributed sessions for a few more weeks, till March. 20 to be precise (make sure to contact me at bayesianstatistics@gmail.com if you are considering putting one session together). To all those who already submitted a session, thanks ... [Read more...]

Le Monde puzzle [#810]

March 5, 2013 | xi'an

The current puzzle is as follows: Take a board with seven holes and seeds. The game starts with one player putting the seeds on the holes as he or she wishes. The other player picks a seed wherever. Then, alternatively, each player picks a seed in a hole contiguous to ...
[Read more...]

making a random walk geometrically ergodic

March 1, 2013 | xi'an

While a random walk Metropolis-Hastings algorithm cannot be uniformly ergodic in a general setting (Mengersen and Tweedie, AoS, 1996), because it needs more energy to leave far away starting points, it can be geometrically ergodic depending on the target (and the proposal). In a recent Annals of Statistics paper, Leif Johnson ... [Read more...]

the BUGS Book [guest post]

February 24, 2013 | xi'an

(My colleague Jean-Louis Fouley, now at I3M, Montpellier, kindly agreed to write a review on the BUGS book for CHANCE. Here is the review, en avant-première! Watch out, it is fairly long and exhaustive! References will be available in the published version. The additions of book covers with ... [Read more...]

Le Monde puzzle [#809]

February 21, 2013 | xi'an

Another number theory puzzle, completed in the plane to Hamburg: Integers n are called noble if they can be decomposed as a sum n=a+b+… of distinct integers such that 1/a+1/b+…=1. They are called bourgeois if they are not noble but can be decomposed as a sum n=...
[Read more...]
1 26 27 28 29 30 47

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)