-
Notifications
You must be signed in to change notification settings - Fork 167
Description
This is in reference to
https://github.com/zengm-games/zengm/blob/d4ad5f2ac58c069e86cb5606163c4162fb565633/TODO#L99C1-L99C47
I believe that I may be able to complete this.
I anticipate having to make a component such as a BoxScore.probability.basketball.tsx which can be placed within BoxScore.basketball.tsx that will take perhaps the playbyplaylogger of the game and the two TeamGameSim objects and compare stats between the two teams to determine a baseline win probability and change depending on current score and current stats of the game.

Could maybe use parts of how the over under is calculated though I currently cant find how it is implemented.
Additionally, should I was thinking I would something similar to PlayerGraphs/ScatterPlot.tsx to graph the points.
Guidance would be apprecaited! Thank you.