SciRuby alternatives and similar gems
Based on the "Numerical arrays" category.
Alternatively, view SciRuby alternatives based on common mentions on social networks and blogs.
Judoscale - Save 47% on cloud hosting with autoscaling that just works

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of SciRuby or a related project?
Popular Comparisons
README
SciRuby meta gem 
Tools for Scientific Computing in Ruby
Description
This gem acts as a meta gem which collects and provides multiple scientific gems, including numeric and visualization libraries.
Getting started
Installation:
gem install sciruby
gem install sciruby-full
If you want to have a full-blown installation, install sciruby-full
.
Start a notebook server:
iruby notebook
Enter commands:
require 'sciruby'
# Scientific gems are auto loaded, you can use them directly!
plot = Nyaplot::Plot.new
sc = plot.add(:scatter, [0,1,2,3,4], [-1,2,-3,4,-5])
Take a look at [gems.yml](gems.yml) or the list of gems for interesting gems which are included in sciruby-full
.
License
Copyright (c) 2010 onward, The Ruby Science Foundation.
All rights reserved.
SciRuby is licensed under the BSD 3-clause license. See [LICENSE](LICENSE) for details.
Donations
*Note that all licence references and agreements mentioned in the SciRuby README section above
are relevant to that project's source code only.