No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Statsample-GLM is an extension to Statsample, an advance statistics suite in Ruby. This gem includes modules for Regression techniques such as Poisson and Logistic Regression using the IRLS algorithm and Logistic, Probit and Normal Regression using the Newton Raphson algorithm.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
~> 3.12
>= 0

Runtime

~> 0.1
 Project Readme

statsample-glm

Build Status

Gem Version

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.

Description

Statsample-glm includes the following Generalized Linear Models:

  • Iteratively Reweighted Least Squares
    • Poisson Regression
    • Logistic Regression
  • Maximum Likelihood Models (Newton Raphson)
    • Logistic Regression
    • Probit Regression
    • Normal Regression

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

Installation

gem install statsample-glm

Usage

To use the library

require 'statsample-glm'

Blogs

Case Studies

Documentation

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

Project home page

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

Copyright

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.