JohnathonNow / FRC2607_DiscordBot

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

FRC Predictor Back-End: Compute Distribution #2

Open JohnathonNow opened 3 years ago

JohnathonNow commented 3 years ago

We need some mechanism for finding a range of possible values for a given range. For example, given a list of how many power cells were scored in a match by a team, return one at random based off of the normal distribution.

JohnathonNow commented 3 years ago

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