Articles by xi'an

Le Monde puzzle [#939bis]

December 17, 2015 | xi'an

If you remember the previous post, I had two interpretations about Le Monde mathematical puzzle #639: Find all integers with less than 11 digits that are perfect squares and can be written as a(a+6), a being an integer. and: Find all integers with less than 11 digits that are perfect squares and ...
[Read more...]

Le Monde puzzle [#939]

December 10, 2015 | xi'an

A Le Monde mathematical puzzle about special integers: Find all integers with less than 11 digits that are perfect squares and can be written as a(a+6), a being an integer. Eleven digits being too much for a brute force exploration of the form `for (t in 1:1e11)`…, some preliminary  analysis ...
[Read more...]

a programming bug with weird consequences

November 24, 2015 | xi'an

One student of mine coded by mistake an independent Metropolis-Hastings algorithm with too small a variance in the proposal when compared with the target variance. Here is the R code of this implementation: It produces outputs of the following shape which is quite amazing because of the small variance. The ...
[Read more...]

Sunday morning puzzle

November 21, 2015 | xi'an

A question from X validated that took me quite a while to fathom and then the solution suddenly became quite obvious: If a sample taken from an arbitrary distribution on {0,1}⁶ is censored from its (0,0,0,0,0,0) elements, and if the marginal probabilities are know for all six components of the random vector, ... [Read more...]

importance sampling with infinite variance

November 12, 2015 | xi'an

“In this article it is shown that in a fairly general setting, a sample of size approximately exp(D(μ|ν)) is necessary and sufficient for accurate estimation by importance sampling.” Sourav Chatterjee and Persi Diaconis arXived yesterday an exciting paper where they study the proper sample size in an importance sampling ...
[Read more...]

Le Monde puzzle [#937]

November 10, 2015 | xi'an

A combinatoric Le Monde mathematical puzzle that resembles many earlier ones: Given a pool of 30 interns allocated to three person night-shifts, is it possible to see 31 consecutive nights such that (a) all the shifts differ and (b) there are no pair of shifts with a single common intern? In fact, ...
[Read more...]

Think Bayes: Bayesian Statistics Made Simple

October 26, 2015 | xi'an

By some piece of luck, I came upon the book Think Bayes: Bayesian Statistics Made Simple, written by Allen B. Downey and published by Green Tea Press [which I could relate to No Starch Press, focussing on coffee!, which published Statistics Done Wrong that I reviewed a while ago] which ...
[Read more...]

Le Monde puzzle [#929]

September 28, 2015 | xi'an

A combinatorics Le Monde mathematical puzzle: In the set {1,…,12}, numbers adjacent to i are called friends of i. How many distinct subsets of size 5 can be chosen under the constraint that each number in the subset has at least a friend with him? In a brute force approach, I tried ...
[Read more...]

Le Monde puzzle [#928]

September 9, 2015 | xi'an

A combinatorics Le Monde mathematical puzzle: How many distinct integers between 0 and 16 can one pick so that all positive differences are distinct? If k is the number of distinct integers, the number of positive differences is 1+2+…+(k-1) = k(k-1)/2, which cannot exceed 16, meaning k cannot exceed 6. From there, picking 6 integers […]
[Read more...]

debunking a (minor and personal) myth

September 9, 2015 | xi'an

For quite a while, I entertained the idea that Beta and Dirichlet proposals  were more adequate than (log-)normal random walks proposals for parameters on (0,1) and simplicia (simplices, simplexes), respectively, when running an MCMC. For instance, for p in (0,1) the value of the Markov chain at time t-1, the proposal ...
[Read more...]

ABC model choice via random forests [and no fire]

September 3, 2015 | xi'an

While my arXiv newspage today had a puzzling entry about modelling UFOs sightings in France, it also broadcast our revision of Reliable ABC model choice via random forests, version that we resubmitted today to Bioinformatics after a quite thorough upgrade, the most dramatic one being the realisation we could also ... [Read more...]

reaching transcendence for Gaussian mixtures

September 2, 2015 | xi'an

“…likelihood inference is in a fundamental way more complicated than the classical method of moments.” Carlos Amendola, Mathias Drton, and Bernd Sturmfels arXived a paper this Friday on “maximum likelihood estimates for Gaussian mixtures are transcendental”. By which they mean that trying to solve the five likelihood equations for a ...
[Read more...]

likelihood-free inference in high-dimensional models

August 31, 2015 | xi'an

“…for a general linear model (GLM), a single linear function is a sufficient statistic for each associated parameter…” The recently arXived paper “Likelihood-free inference in high-dimensional models“, by Kousathanas et al. (July 2015), proposes an ABC resolution of the dimensionality curse [when the dimension of the parameter and of the corresponding ...
[Read more...]

abcfr 0.9-3

August 26, 2015 | xi'an

In conjunction with our reliable ABC model choice via random forest paper, about to be resubmitted to Bioinformatics, we have contributed an R package called abcrf that produces a most likely model and its posterior probability out of an ABC reference table. In conjunction with the realisation that we could ...
[Read more...]

STAN trailer [PG+53]

August 13, 2015 | xi'an

[Heading off to mountainous areas with no Internet or phone connection, I posted a series of entries for the following week, starting with this brilliant trailer of Michael:] Filed under: Kids, R, Statistics, University life Tagged: Andrew Gelman, Hami... [Read more...]

JSM 2015 [day #2]

August 10, 2015 | xi'an

Today, at JSM 2015, in Seattle, I attended several Bayesian sessions, having sadly missed the Dennis Lindley memorial session yesterday, as it clashed with my own session. In the morning sessions on Bayesian model choice, David Rossell (Warwick) defended non-local priors à la Johnson (& Rossell) as having better frequentist properties. Although I ... [Read more...]

JSM 2015 [day #1]

August 9, 2015 | xi'an

This afternoon, at JSM 2015, in Seattle, we had the Bayesian Computation I and II sessions that Omiros Papaspiliopoulos and myself put together (sponsored by IMS and ISBA). Despite this being Sunday and hence having some of the participants still arriving, the sessions went on well in terms of audience. Thanks ... [Read more...]

delayed in Seattle

August 8, 2015 | xi'an

Here are the slides of my talk on delayed acceptance I present this afternoon at JSM 2015, in Seattle, in the Bayesian Computation I (2pm, room CC-4C1) and II (4pm, room CC-3A) sessions Omiros Papaspiliopoulos and myself put together (sponsored by IMS and ISBA):Filed under: Books, R, Statistics, ... [Read more...]
1 15 16 17 18 19 45

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)