0.0
No commit activity in last 3 years
No release in over 3 years
On your computer, calculatin' your RPI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0
~> 2.99
 Project Readme

RPI Calculator

Calculates the NCAA's college basketball Rating Percentage Index (a.k.a., RPI) for a list of teams and games. This uses the current (as of the 2014-15 season) version of the formula that was introduced in the 2004-05 season. It gives more weight to home losses and road wins and less weight to road losses and home wins.

For more information about the RPI, check out Jerry Palm's fantastic RPI FAQ.

Installation

Note: Until the gem is published to RubyGems, you'll need to use the GitHub repository ( https://github.com/crashingthedance/rpi-calculator ) as the source.

Add this line to your application's Gemfile:

gem 'rpi-calculator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rpi-calculator

Usage

TBD

Contributing

  1. Fork it ( https://github.com/crashingthedance/rpi-calculator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request