Statsample-GLM is an extension of Generalized Linear Models to Statsample, a suite of advance statistics in Ruby.
Requires ruby 2.0.0 or higher.
Statsample-glm includes the following Generalized Linear Models:
Statsample-GLM was created by Ankur Goel as part of Google's Summer of Code 2013. It is the part of the SciRuby Project.
gem install statsample-glm
To use the library
require 'statsample-glm'
The API doc is online. For more code examples see also the spec files in the source tree.
http://github.com/sciruby/statsample-glm
Copyright (c) 2013 Ankur Goel and the Ruby Science Foundation. See LICENSE.txt for further details.
Statsample is (c) 2009-2013 Claudio Bustos and the Ruby Science Foundation.