Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

statsample-glm

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsample-glm

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

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 1.9.3 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 (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.

FAQs

Package last updated on 19 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc