Project

r_stata

0.0
The project is in a healthy, maintained state
Statistics algorithms used for computations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

RStata

A Simple Ruby statistics Gem in its infancy. Using C extensions to make it faster.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add r_stata

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install r_stata

Usage

Mean

    RStata.mean [...]

Summation

RStata.sum([1, 3, 5])

Under Development (TODO)

  • Standard Deviation
  • Variance

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/urchmaney/r_stat. This project is intended to be a safe, welcoming space for collaboration, and contributors.

License

The gem is available as open source under the terms of the MIT License.