Monthly Archives: May 2014

SciDB tips

I’m working on a project that will use SciDB for an analysis of MODIS data. This post is a dumping ground for small things that I wish I had known at the start of this process. Most of these are … Continue reading

Posted in Data analysis, Databases | Tagged | Leave a comment

How to call an R function from C

Last year I worked on an analysis project in which we needed to call a statistical function written in R from a C program. There are some great tools to integrate R and C++ (for example Rccp and Rinside), but … Continue reading

Posted in Programming | Tagged | Leave a comment