Publications by Rasmus Bååth

bayes.js: A Small Library for Doing MCMC in the Browser

30.12.2015

Bayesian data analysis is cool, Markov chain Monte Carlo is the cool technique that makes Bayesian data analysis possible, and wouldn’t it be coolness if you could do all of this in the browser? That was what I thought, at least, and I’ve now made bayes.js: A small JavaScript library that implements an adaptive MCMC sampler and a couple of pr...

555 sym Python (147 sym/1 pcs)

bayesboot: An R package for doing the Bayesian bootstrap

19.02.2016

I recently wrapped up a version of my R function for easy Bayesian bootstrappin’ into the package bayesboot. This package implements a function, also named bayesboot, which performs the Bayesian bootstrap introduced by Rubin in 1981. The Bayesian bootstrap can be seen as a smoother version of the classical non-parametric bootstrap, but I prefe...

697 sym R (30 sym/1 pcs)

How to Cut Your Planks with R

12.06.2016

Today I’m extraordinarily pleased because today I solved an actuall real world problem using R. Sure, I’ve solved many esoteric statistical problems with R, but I’m not sure if any of those solutions have escaped the digital world and made some impact ex silico. It is now summer and in Sweden that means that many people tend to overhaul an...

1036 sym R (45 sym/1 pcs)

Bayesian Bootstrap: The Movie + Some Highlights from UseR! 2016

20.07.2016

Not surprisingly, this year’s UseR! conference was a great event with heaps of talented researchers and R-developers showing off the latest and greatest R packages. (A surprise visit from Donald Knuth didn’t hurt either.) What was extra great this year was that all talks were recorded, including mine. So if you want to know more about how the...

1891 sym R (429 sym/1 pcs)

How I made some Pokémon Business Cards

14.09.2016

As I’m in the industry now I figured I needed some business cards and as it seems the 90s never left us and Japanese monsters are hip again, I decided to make them Pokémon themed. I think they turned out pretty well, and here I’m just going to give some pointers on how I did them. If you want to make a Pokémon business card you first need...

3409 sym 6 img

A Fun Gastronomical Dataset: What’s on the Menu?

20.09.2016

I just found a fun food themed dataset that I’d never heard about and that I thought I’d share. It’s from a project called What’s on the menu where the New York Public Library has crowdsourced a digitization of their collection of historical restaurant menus. The collection stretches all the way back to the 19th century and well into the ...

821 sym R (604 sym/1 pcs) 2 img

Beginners Exercise: Bayesian Computation with Stan and Farmer Jöns

14.01.2017

Over the last two years I’ve occasionally been giving a very basic tutorial to Bayesian statistics using R and Stan. At the end of the tutorial I hand out an exercise for those that want to flex their newly acquired skills. I call this exercise Bayesian computation with Stan and Farmer Jöns and it’s pretty cool! Now, it’s not cool because ...

1920 sym 2 img

Video Introduction to Bayesian Data Analysis, Part 1: What is Bayes?

12.02.2017

This is video one of a three part introduction to Bayesian data analysis aimed at you who isn’t necessarily that well-versed in probability theory but that do know a little bit of programming. I gave a version of this tutorial at the UseR 2015 conference, but I didn’t get around doing a screencast of it. Until now, that is! I should warn you ...

1371 sym 2 img

Video Introduction to Bayesian Data Analysis, Part 2: Why use Bayes?

26.02.2017

This is video two of a three part introduction to Bayesian data analysis aimed at you who isn’t necessarily that well-versed in probability theory but that do know a little bit of programming. If you haven’t watched part one yet, I really recommend you do that first, here it is. This second video covers the why? of Bayesian data analysis: Why...

1204 sym 2 img

Video Introduction to Bayesian Data Analysis, Part 3: How to do Bayes?

08.05.2017

This is the last video of a three part introduction to Bayesian data analysis aimed at you who isn’t necessarily that well-versed in probability theory but that do know a little bit of programming. If you haven’t watched the other parts yet, I really recommend you do that first: Part 1 & Part 2. This third video covers the how? of Bayesian d...

1251 sym 2 img