JohnathonNow / FRC2607_DiscordBot

A discord bot for educational purposes.
0 stars 5 forks source link

FRC Predictor Back-End: Defense Decider #5

Open JohnathonNow opened 4 years ago

JohnathonNow commented 4 years ago

Given a list of matches in which a team has played defense, compute a probability that they will play defense this match. This will probably need some kind of smoothing - perhaps we should pretend that every team played an extra 5 matches in which they played defense in one of them?

JohnathonNow commented 4 years ago

https://github.com/JohnathonNow/FRC2607_DiscordBot/blob/c80d1bbb3650ae807881d6b04a225876818f64cb/handlers/FRC/ScoutingData.java#L13

rorath27 commented 4 years ago

I claim