Update Overtime.ipynb

This commit is contained in:
Peter Norvig 2024-10-04 10:44:02 -07:00 committed by GitHub
parent 1f9016df4a
commit 1ed4af0843
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,7 +172,7 @@
"source": [ "source": [
"That gives us the range of possible scores and the frequency of each one. Note:\n", "That gives us the range of possible scores and the frequency of each one. Note:\n",
"- Field goals are more common than touchdowns, so the most common scores are 3-0 and 0-3.\n", "- Field goals are more common than touchdowns, so the most common scores are 3-0 and 0-3.\n",
"- 3-0 is more common than 0-3, because 3-0 includes times when **A** scored first and also third (or later, but that's rarer).\n", "- 3-0 is more common than 0-3, because 3-0 includes times when **A** scored first or third (or later, but that's rarer).\n",
"- Why is 0-6 more common than 7-0? Because 0-6 includes times when **B** scored second, or fourth (or later).\n", "- Why is 0-6 more common than 7-0? Because 0-6 includes times when **B** scored second, or fourth (or later).\n",
"- Note that the total of 7-0 (**A** scores first) and 6-0 (**A** scores third, or first and misses the kick) is more than the count for 0-6.\n", "- Note that the total of 7-0 (**A** scores first) and 6-0 (**A** scores third, or first and misses the kick) is more than the count for 0-6.\n",
"- Note that 3-6 is almost 3 times more common than 6-3. Either could result from 3 field goals, but 3-6 could also be **B** scoring a touchdown; 6-3 could never result from **A** scoring a touchdown.\n", "- Note that 3-6 is almost 3 times more common than 6-3. Either could result from 3 field goals, but 3-6 could also be **B** scoring a touchdown; 6-3 could never result from **A** scoring a touchdown.\n",