Publications by xi'an

Wrong puzzle of the week [w10]?!

12.03.2010

In the weekend supplement to Le Monde, the solution of the rectangle puzzle is given as 32 black squares. I am thus… puzzled!, since my R program there provides a 34 square solution. Am I missing a hidden rectangle in the above?! Given that the solution in Le Monde is not based on a precise mathematical argument (something to do with graph theo...

1218 sym 14 img

t-walk on the banana side

14.03.2010

Following my remarks on the t-walk algorithm in the recent A General Purpose Sampling Algorithm for Continuous Distributions, published by Christen and Fox in Bayesian Analysis that acts like a general purpose MCMC algorithm, Darren Wraith tested it on the generic (10 dimension) banana target we used in the cosmology paper. Here is an output from...

1134 sym 16 img

Solving the rectangle puzzle

15.03.2010

Given the wrong solution provided in Le Monde and comments from readers, I went to look a bit further on the Web for generic solutions to the rectangle problem. The most satisfactory version I have found so far is Mendelsohn’s in Mathematics Magazine, which gives as the maximal number for a grid. His theorem is based on the theory of projecti...

1586 sym 38 img

Vanilla Rao-Blackwellisation for revision

17.03.2010

The vanilla Rao-Blackwellisation paper with Randal Douc that had been resubmitted to the Annals of Statistics is now back for a revision, with quite encouraging comments: The paper has been reviewed by two referees both of whom comment on the clear exposition and the novelty of the results. Both referees point to the empirical results as being s...

1500 sym 12 img

Course in San Antonio, Texas

18.03.2010

Yesterday, I gave my short (3 hours) introduction to computational Bayesian statistics to a group of 25-30 highly motivated students. I managed to cover “only” the first three chapters, as I included some material on Bayes factor approximation and only barely reached Metropolis-Hastings. Here are the slides, modified from the original Bayesia...

1147 sym 12 img

Savage-Dickey [talk]

19.03.2010

Here are the slides for the Savage-Dickey paradox paper that I gave in San Antonio this morning: (Any suspected coincidence of the first part with earlier talks is for real!) I have tried to spell out as clearly as possible in the second part the issues of version choices that are at the core of the “paradox”. Filed under: R, Statistics, Tra...

851 sym 12 img

Le Monde rank test

04.04.2010

In the puzzle found in Le Monde of this weekend, the mathematical object behind the silly story is defined as a pseudo-Spearman rank correlation test statistic, where the difference between the ranks of the paired random variables and is in absolute value instead of being squared as in the Spearman rank test statistic. I don’t know whether o...

2746 sym R (59 sym/1 pcs) 54 img

Le Monde rank test (cont’d)

05.04.2010

Following a comment from efrique pointing out that this statistic is called Spearman footrule, I want to clarify the notation in namely (a) that the ranks of and are considered for the whole sample, i.e. instead of being computed separately for the ‘s and the ‘s, and then (b) that the ranks are reordered for each group (meaning that the g...

1497 sym 42 img

Le Monde rank test (corr’d)

06.04.2010

Since my first representation of the rank statistic as paired was incorrect, here is the histogram produced by the simulation perm=sample(1:20) saple[t]=sum(abs(sort(perm[1:10])-sort(perm[11:20]))) when . It is obviously much closer to zero than previously. An interesting change is that the regression of the log-mean on produces > lm(log(meme...

819 sym R (330 sym/3 pcs) 26 img

An obscure integral

07.04.2010

Here is an email from Thomas I received yesterday about a computation in our book Introducing Monte Carlo Methods with R: I’m currently reading your book “Introduction to Monte Carlo Methods with R” and I quite highly appreciate your work. I’m not able to see how the integral on page 74, that describes the marginal likelihood, simplifies ...

1439 sym 20 img