I’ve decided to make available my season data analysis. Data are pulled from RobotEvents, the plan is to do so weekly, though during this initial phase, it may be more frequent as I find and fix bugs.
The website is here: http://vrc-data-analysis.com/
The data from RobotEvents for League events, seems “unreliable”. I’ve not yet opened a ticket with them, but I suspect there’s something going on with Tournament Manager and League events that span multiple weeks. For example: Lorain County VEX League : Robot Events shows a total (as of 2/28/2021) of 22 matches, while Win/Loss records indicate many of the 18 teams have played 20 matches. [EDIT: It looks like only the most recent matches report, but the W/L/T/AP are correct]
The main feature is that it displays the results of Microsoft’s “True Skills” algorithm. This is what they use to match players in games like Halo, and serves as a more general purpose ELO ranking system, in that it works for team-based games. True Skill assumes an individual’s performance is based on a normal distribution of their “skill”. One can use participant’s True Skill to come up with a probability of a match between participants. I’ve added a tab that allows one to enter a 2v2 and see who is favored, and by how much.
Because RobotEvents does not have tournament results for Live Remote Tournaments, it is not possible to analyze these competitions.
There is also an analysis of the Elimination rounds for in-person tournaments.
I’ve done some basic analysis on Skills for the year, as well. This includes any Skills score published to RobotEvents, so In-Person, Live Remote, and Recorded runs are included.
[EDIT: For those interested (Discord Bot authors, App creators), there is a REST API for the Prediction function]
Feedback welcome
24 Likes
Nice. Puts my simple Excel sheet to shame.
In prior years with more data on RobotEvents, I would pull down the VEX IQ Middle School data for the NH/VT tournaments. With a pivot table and a slicer, I could quickly plot my teams growth through the season for the school board or show my team captain how well another team performs.
3 Likes
im in that unreliable event example 
all things aside this is pretty cool
I’m not sure if the match predictor is working. This could totally be an error on my end, but after inputting the teams in the four spots indicated and clicking predict match nothing on the graph seems to change.
How many matches in the League did you actually compete in? Is your W/L/T accurate, or is the match-list accurate?
What are you inputting?
Edit: Nevermind on the input - I found/fixed that bug
3 Likes
Based on my previous experience with leagues (which was a couple years ago now), my guess would be that the Rankings and W/L/T record are accurate for the entire league (i.e., all matches across all meetings to date), but the match list shows only the matches for the most recent meeting.
For that event in particular, the match list shows 5 matches per team, so the rankings showing 20 matches per team would be consistent with the 4 meetings that have taken place to date.
4 Likes
The W/L/T is cumulative from every time we competed at the league. We’ve had four league nights in which we’ve competed, so the W/L/T, WP, AP, SP is all over four 5 to 6-match meetings.
2 Likes
Thanks; that seems to jibe with @holbrook. So it sounds like the W/L/T is accurate, but not all your matches are listed towards the left - those appear to only be the most recent matches (e.g. matches from prior sessions/weeks do not appear)
4 Likes
We’ve done it boys. Ohio is on top (lets disregard tennessee)
Now lets try to get actual 1st place.
3 Likes
I really love the home row win points per match statistic. You can really see who has consistent autonomous programs. This seems like it can be a much better indicator than average ap.
3 Likes
One can filter the Rankings:
It looks like NY teams have not yet competed in any Live In-Person Tournaments that have reported to Robot Events yet.
5 Likes
Most of them were canceled 
1 Like
Now with the ability to explore this via a scatter-plot:
5 Likes
Great website! I could definitely see myself implementing some of the data in my team’s scouting sheet. My only gripe is that there is no built in option to search for an individual team (making it hard to use in an iPad).
Edit: It appears that you can use the boxes above sandwiched between the data and the column headers to sort the teams.
3 Likes
I’ve added a tab where one may enter an Event ID and get a filtered result of registered teams
7 Likes
I’ve added a few more metrics/rankings. Load time should be faster too
5 Likes