vpereira / distribution

normal/binomial distribution in ruby (using GSL bindings)
MIT License
1 stars 0 forks source link

subsititute arrays with GSL::Vectors #2

Closed vpereira closed 11 years ago

vpereira commented 11 years ago

Vectors are faster and have more mathematical features than Arrays

http://rb-gsl.rubyforge.org/files/rdoc/vector_rdoc.html http://rb-gsl.rubyforge.org/files/rdoc/vector_complex_rdoc.html