Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supertetelman/frc-data-analysis

A Collection of R, Matlab, and Bash scripts that were developed in real-time from the stands of a FRC competition. Gathered data from various online sources, parsed it, and ran some basic analysis on it to calculate ratings and make basic match predictions. Results were mad public and hosted live via AWS. Developed as a student teaching tool under poor Internet Connectivity with minimal access to real-time match data.
https://github.com/supertetelman/frc-data-analysis

bash data-analysis matlab r teaching

Last synced: 23 days ago
JSON representation

A Collection of R, Matlab, and Bash scripts that were developed in real-time from the stands of a FRC competition. Gathered data from various online sources, parsed it, and ran some basic analysis on it to calculate ratings and make basic match predictions. Results were mad public and hosted live via AWS. Developed as a student teaching tool under poor Internet Connectivity with minimal access to real-time match data.

Awesome Lists containing this project

README

        

# frc-data-analysis
Some scripts used to gather FIRST data from various sources, parse it, and do some data analysis on it

##Possible data locations/source
*Blue alliance competition/award history
*Team websites
*FIRST website
*LinkedIn
*???

##Possible real-time analytics
*Predict probability of winners during team based off of historical data and current event data.

## Points of interest to investigate:
*Is there a correlation between a team's age and it's success?
*Is there a correlation between distance traveled for a competition and success?
*Is there a correlation between team size and success?
*Is there a correlation between a team's success and individual success?
*Is there a correlation between a team's size and individual success?