statsample-glm

<img src=“https://secure.travis-ci.org/AnkurGel/statsample-glm.png” />

Statsample-GLM is an extension of *Generalized Linear Models* to Statsample, a suite of advance statistics in Ruby.

Description

Statsample-GLM is an extension of Statsample, and includes many helpful regression techniques for Generalized Linear models such as:

  • Poisson Regression

  • Logistic Regression

  • Exponential Regression

  • Iteratively Reweighted Least Squares

Statsample-GLM was created by Ankur Goel as part of Google’s Summer of Code 2013. It is the part of SciRuby

Note: This is under active development!

Installation

gem install statsample-glm

Usage

To use the library

require 'statsample-glm'

You can also go through the blog-posts on my blog for descriptive explanation and examples.

Documentation

The API doc is online. For more code examples see also the test files in the source tree.

Contributing

  • Fork the project.

  • Create your feature branch

  • Add/Modify code.

  • Write equivalent documentation and tests.

  • Run ‘rake test` to verify that all test case passes.

  • Push your branch.

  • Pull request. :)

Project home page

Information on the source tree, documentation, issues and how to contribute, see

http://github.com/ankurgel/statsample-glm

Biogems.info

This Biogem is published at biogems.info/index.html#statsample-glm

Copyright © 2013 Ankur Goel. See LICENSE.txt for further details.