June 2014

New R package hazus: Damage functions from FEMA’s HAZUS software for use in modeling financial losses from natural disasters

June 20, 2014 | Gopi Goteti

Damage Functions (DFs) translate physical damage to property, resulting from natural disasters, to financial damage. FEMA in USA developed several thousand DFs and these serve as a benchmark in natural catastrophe modeling, both in academia and industry. However, these DFs and their documentation are buried within FEMA's HAZUS software and ... [Read more...]

Rcpp11 conference marathon

June 19, 2014 | romain francois

This is going to be a busy start of summer for me and Rcpp11. I will start by a talk at the 3rd rencontres R in Montpellier on June 26th. Then, over to Bressanone in the italian alps for DSC2014 where I'll give another talk on the next day (June 27... [Read more...]

Keep calm and #include <Rcpp11>

June 19, 2014 | romain francois

Following up on this post, I have just commited some code that makes the using namespace Rcpp11 ; automatic, I was just tired of typing it. So now, you can just do : #include If however, for some weird reason (some people love litter... [Read more...]

Where World Cup players actually come from

June 18, 2014 | David Smith

To play in a World Cup national soccer team, a player must be a citizen of that country. But most World Cup players don't regularly play in the nation of their World Cup team. Some hold dual citizenship; others simply play for a league team in a foreign country where ... [Read more...]

Upcoming R Training Course in Boston

June 18, 2014 | Rob Kabacoff

R for Software Developers and Data Analysts Saturday June 28, 2014 9:00am-4:00pm Microsoft NERD, Cambridge, MA I’ll be presenting a one day professional development workshop on R programming for software developers and data scientists, sponsored by the Greater Boston Chapter of … Continue reading → [Read more...]

sugar in parallel

June 18, 2014 | romain francois

I've been playing with parallelising Rcpp11 implementation of sugar. For example, we have a NumericVector variable x and we want to compute e.g. sqrt(exp(x)) + 2.0. With sugar, we can do: NumericVector y = sqrt(exp(x)) + 2.0 ; and this does not... [Read more...]

The RoughSets R Package (free webinar)

June 18, 2014 | Lluís Ramon

Ray DiGiacomo, President of The Orange County R User Group (OC-RUG) in Southern California, contacted us to spread the word about the free webinar they will host on the new “RoughSets” package. RoughSets package This free webinar will provide an introduction to the “RoughSets” package, which provides comprehensive implementations of ... [Read more...]

Rth: a Flexible Parallel Computation Package for R

June 17, 2014 | matloff

I’ve been mentioning here that I’ll be discussing a new package, Rth, developed by me and Drew Schmidt, the latter of pbdR fame.  It’s now ready for use!  In this post, I’ll explain what goals Rth has, and how to use it. Platform Flexibility The key ... [Read more...]

The Ikeda’s Galaxy

June 17, 2014 | aschinchon

Chaos is the score upon which reality is written (Henry Miller) Nonlinear dynamical systems are an enormous seam of amazing images. The Ikeda Map is an example of strange attractor which represents the movement of particles under the rules of certain differential equations. I have drawn the trajectories followed by ... [Read more...]
1 3 4 5 6 7 12

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)