jleonard2099 / LHG_CollegeBB

Lance Haffner Courtside College Basketball
GNU Affero General Public License v3.0
5 stars 0 forks source link

Accuracy of Head-to-Head data is uncertain #13

Closed jleonard2099 closed 1 year ago

jleonard2099 commented 1 year ago

After simulating a month's worth of games, a comparison of actual stats to replay stats was done for a handful of teams.

In each case, there were instances revealed where "actual stats" were 0 but the replay recorded values.

At first I questioned the accuracy of my routine for reading in the stats, but the majority of other stat numbers were not 0.

It should be determined where the "actual stats" is populated from, and if this information is accurate, or incomplete.

What was telling to me is the data looked identical in the original program; for this reason I'm also adding the "legacy-bug" tag (although it may not apply if it's an issue of data missing).

jleonard2099 commented 1 year ago

Here is a screenshot example of what I witnessed.

CollegeBB-ReboundsTracked

jleonard2099 commented 1 year ago

I have since determined that the "actual" stats for teams are saved in the COLBBTMS file, if entered in for the team. As this secondary file was a late addition to the game, it has not been completed for all teams. Replay stats are just that - but actuals are to give you an easy comparison to how the team really did that year. However, such an effort would have until now required manually entering the data for all historical teams.