Add files via upload

This commit is contained in:
Peter Norvig 2024-04-15 22:02:32 -07:00 committed by GitHub
parent cbb8228d4a
commit ed22a11f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 105 deletions

View File

@ -465,111 +465,6 @@
"source": [
"Counter(six)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "808e37de-9f5f-4fbf-b55e-7ba59c89e6c6",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 58,
"id": "881e3458-1e14-453e-866c-99e86396daaa",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{(1, 1): 1.0,\n",
" (2, 1): 1.5,\n",
" (3, 1): 1.75,\n",
" (4, 1): 1.875,\n",
" (5, 1): 1.9375,\n",
" (6, 1): 1.96875,\n",
" (7, 1): 1.984375,\n",
" (8, 1): 1.9921875,\n",
" (9, 1): 1.99609375,\n",
" (10, 1): 1.998046875,\n",
" (11, 1): 1.9990234375,\n",
" (12, 1): 1.99951171875,\n",
" (13, 1): 1.999755859375,\n",
" (14, 1): 1.9998779296875}"
]
},
"execution_count": 58,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"{(w, 1): mean_mean_size(w, 1) for w in range(1, 15)}"
]
},
{
"cell_type": "code",
"execution_count": 59,
"id": "df36e42e-5dd3-44f7-a0e8-b99027408a4a",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{(1, 2): 1.5,\n",
" (2, 2): 2.125,\n",
" (3, 2): 2.46875,\n",
" (4, 2): 2.6682291666666664,\n",
" (5, 2): 2.7920386904761907,\n",
" (6, 2): 2.873721168154762,\n",
" (7, 2): 2.9304973563762626,\n",
" (8, 2): 2.971709969311288}"
]
},
"execution_count": 59,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"{(w, 2): mean_mean_size(w, 2) for w in range(1, 9)}"
]
},
{
"cell_type": "code",
"execution_count": 62,
"id": "47938141-8caa-4304-8575-8c6206c9be96",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{(1, 3): 1.75,\n",
" (2, 3): 2.46875,\n",
" (3, 3): 2.8986049107142855,\n",
" (4, 3): 3.1591145833333334,\n",
" (5, 3): 3.326567058836346,\n",
" (6, 3): 3.4407984463961334,\n",
" (7, 3): 3.522721585152764}"
]
},
"execution_count": 62,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"{(w, 3): mean_mean_size(w, 3) for w in range(1, 8)}"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "85a991a3-65c9-488b-b50f-799e937493f6",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {