[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Anything like SciPy in Ruby?

Nuralanur

4/12/2005 2:11:00 PM

Dear Shajith,

I am not sure whether there is a single package for numerical analysis and
plotting
in Ruby.
However, you can access the functionality of the GNU scientific library
through ruby-gsl

_http://sourceforge.net/projects/...
(http://sourceforge.net/projects...)

When I need to plot something, I use gnuplot. There is a binding for ruby
which I haven't tried to much yet...


_http://rgnuplot.source... (http://rgnuplot.sourc...)


Best regards,

Axel