Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion chapters/13/1/Percentiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"In this section, we will give a definition that works consistently for all ranks and all lists."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -94,7 +99,7 @@
"metadata": {},
"source": [
"## The `percentile` function\n",
"The `percentile` function takes two arguments: a rank between 0 and 100, and a array. It returns the corresponding percentile of the array."
"The `percentile` function takes two arguments: a rank between 0 and 100, and an array. It returns the corresponding percentile of the array."
]
},
{
Expand Down
Loading