Publications by R on mages' blog

Non-linear growth curves with Stan

27.10.2015

I suppose the go to tool for fitting non-linear models in R is nls of the stats package. In this post I will show an alternative approach with Stan/RStan, as illustrated in the example, Dugongs: “nonlinear growth curve”, that is part of Stan’s documentation. The original example itself is taken from OpenBUGS. The data describes ...

952 sym

Loss Developments via Growth Curves and Stan

03.11.2015

Last week I posted a biological example of fitting a non-linear growth curve with Stan/RStan. Today, I want to apply a similar approach to insurance data using ideas by David Clark [1] and James Guszcza [2]. Instead of predicting the growth of dugongs (sea cows), I would like to predict the growth of cumulative insurance loss payments...

981 sym

Hierarchical Loss Reserving with Stan

10.11.2015

I continue with the growth curve model for loss reserving from last week’s post. Today, following the ideas of James Guszcza [2] I will add an hierarchical component to the model, by treating the ultimate loss cost of an accident year as a random effect. Initially, I will use the nlme R package, just as James did in his paper, and t...

858 sym

Notes from Warsaw R meetup

01.12.2015

I had the great pleasure time to attend the Warsaw R meetup last Thursday. The organisers Olga Mierzwa and Przemyslaw Biecek had put together an event with a focus on R in Insurance (btw, there is a conference with the same name), discussing examples of pricing and reserving in general and life insurance. Experience vs. DataI kicked o...

881 sym

Next Kölner R User Meeting: Friday, 4 December 2015

03.12.2015

The 16th Cologne R user group meeting is scheduled for this Friday, 4 December 2015 and we have great line up with three talks followed by networking drinks. Monitoring process change using Bayesian methods (Mick Cooney) A common business problem is to evaluate the effect of a change of process, and this talk will discuss a straightfo...

844 sym

R in Insurance: Registration and abstract submission opened

12.01.2016

Following the successful 3rd R in Insurance conference in Amsterdam last year, we return to London this year. The registration for the 4th conference on R in Insurance on Monday 11 July 2016 at Cass Business School has opened. This one-day conference will focus again on applications in insurance and actuarial science that use R, the l...

940 sym

Formatting table output in R

19.01.2016

Formatting data for output in a table can be a bit of a pain in R. The package formattable by Kun Ren and Kenton Russell provides some intuitive functions to create good looking tables for the R console or HTML quickly. The package home page demonstrates the functions with illustrative examples nicely. There are a few points I really ...

850 sym

Flowing triangles

25.01.2016

I have admired the work of the artist Bridget Riley for a long time. She is now in her eighties, but as it seems still very creative and productive. Some of her recent work combines simple triangles in fascinating compositions. The longer I look at them, the more patterns I recognise. Yet, the actual painting can be explained easily, ...

823 sym

First Bayesian Mixer Meeting in London

02.02.2016

There is a nice pub between Bunhill Fields and the Royal Statistical Society in London: The Artillery Arms. Clearly, the perfect place to bring people together to talk about Bayesian Statistics. Well, that’s what Jon Sedar (@jonsedar, applied.ai) and I thought. Source: http://www.artillery-arms.co.uk/Hence, we’d like to organise ...

926 sym

Using SVG graphics in blog posts

09.02.2016

My traditional work flow for embedding R graphics into a blog post has been via a PNG files that I upload online. However, when I created a ‘simple’ graphic with only basic curves and triangles for a recent post, I noticed that the PNG output didn’t look as crisp as I expected it to be. So, eventually I used a SVG (scalable vect...

812 sym