Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 741 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 741 Bytes

Can Stats Alone Be Used to Predict a Champion?

Motivation:

The motivation behind this project stems from the importance stats now play in sports, with stats dominating decision making. Whether to take a three in basketball, go for it on fourth down in football, or shift the defense in baseball, all these decisions are now based on stats from previous outcomes and the possibility of success. Which is why I want to see just how powerful stats are by using them to try and predict a champion.

How to run:

Place all the files from the folders above into one directory and run g++ NBA.cpp main.cpp -o teams then ./teams to get a predicted champion. The results will be placed in the Predicted_Champions.txt file.