Skip to content

Instantly share code, notes, and snippets.

View ActiveAnalytics's full-sized avatar

Chibisi Chima-Okereke ActiveAnalytics

View GitHub Profile
/**
* @title Speed Chain Ladder Analysis with Rcpp
* @author Chibisi Chima-Okereke
* @license GPL (>= 2)
* @tags Chain Ladder
* @summary Demonstrates a speed up of Chain Ladder analysis by calling C++ routines from R
* It uses both Rcpp and RcppArmadillo.
*/
/**