Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimhester/ncaa-bracket-predictor

Simulate NCAA brackets
https://github.com/jimhester/ncaa-bracket-predictor

Last synced: 20 days ago
JSON representation

Simulate NCAA brackets

Awesome Lists containing this project

README

        

# NCAA bracket prediction #
Some code to simulate a NCAA bracket.

[See current status](http://games.espn.go.com/tournament-challenge-bracket/2014/en/entry?entryID=7491306)

- Use teams [Pomeroy Ratings](http://kenpom.com/).
- Simulate game outcomes by `rand() < log(rating2)/(log(rating1) + log(rating2))`
- Run X simulations of the bracket (defaults to 1000)

## Example Usage ##
```bash
# Creates tab delimited output file probabilities.tsv
make

# With more simulations
make NUM=10000
```

## Prereqs ##
- [perl](http://www.perl.org/)
- [seq](http://www.delorie.com/gnu/docs/textutils/coreutils_156.html)
- [make](https://www.gnu.org/software/make/)
- interest in college basketball