Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust match predictions #2

Open
knufire opened this issue Mar 20, 2019 · 0 comments
Open

More robust match predictions #2

knufire opened this issue Mar 20, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@knufire
Copy link
Contributor

knufire commented Mar 20, 2019

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
@knufire knufire added the enhancement New feature or request label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant