From 9f2ca4ef4dcb404be1e98ee31be667374ea0fdbf Mon Sep 17 00:00:00 2001 From: Kasim Te Date: Mon, 25 Nov 2019 00:07:59 +0900 Subject: [PATCH] Change 'caclulate' to 'calculate'. --- ipynb/WWW.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipynb/WWW.ipynb b/ipynb/WWW.ipynb index b6cde17..4911918 100644 --- a/ipynb/WWW.ipynb +++ b/ipynb/WWW.ipynb @@ -23,7 +23,7 @@ "\n", "1. **Holistic**: I just feel that my favorite team has about a 1 in 5 chance of winning it all.\n", "2. **Game by Game**: I think my team has a 75% chance of winning each game in the first round, then 65% for each game in the second round, but only 45% in the Conference finals, then 55% if they make it to the NBA finals. From that I'll calculate their overall chance.\n", - "3. **Point by Point**: My team has a per-game average point differential of +5.79; I'll compare that to the other teams and caclulate overall chances.\n", + "3. **Point by Point**: My team has a per-game average point differential of +5.79; I'll compare that to the other teams and calculate overall chances.\n", "4. **Play by Play**: Use [detailed statistics](https://www.basketball-reference.com/play-index/plus/shot_finder.cgi) and overhead video to [model](https://danvatterott.com/blog/2016/06/16/creating-videos-of-nba-action-with-sportsvu-data/) the game shot-by-shot, or even pass-by-pass. Not covered here.\n", "\n", "# Point by Point Model\n",