From: thiagobrandam Date: 2009-10-20T07:44:26+09:00 Subject: Statistics calculations in Ruby Hi all, I have to do some statistics calculations (normal distribution, etc) in Ruby and I don't seem to find much of it in the language itself. Would be the R statistics package the best solution so far? Thanks in advance.