You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Match predictions are currently just the sum of the estimated contribution of each team on the alliance. This doesn't deal with some scenarios, and also doesn't give any information on the variance of the statistics. We can use the available data to make better predictions of which alliance will win a match, and determine a measure of how confident we are in our prediction.
See the following TODOs from the predict_match_score function:
# TODO: Deal with the fact that only one robot can climb onto HAB 3# TODO: Consider that only two teams can start on HAB 2# TODO: Use variance to create a confidence interval of which alliance will win the match
The text was updated successfully, but these errors were encountered:
Match predictions are currently just the sum of the estimated contribution of each team on the alliance. This doesn't deal with some scenarios, and also doesn't give any information on the variance of the statistics. We can use the available data to make better predictions of which alliance will win a match, and determine a measure of how confident we are in our prediction.
See the following TODOs from the predict_match_score function:
The text was updated successfully, but these errors were encountered: