We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 498dfac + 1d46ebd commit 72ca125Copy full SHA for 72ca125
chapters/13/1/Percentiles.ipynb
@@ -16,6 +16,11 @@
16
"In this section, we will give a definition that works consistently for all ranks and all lists."
17
]
18
},
19
+ {
20
+ "cell_type": "markdown",
21
+ "metadata": {},
22
+ "source": []
23
+ },
24
{
25
"cell_type": "code",
26
"execution_count": 1,
@@ -94,7 +99,7 @@
94
99
"metadata": {},
95
100
"source": [
96
101
"## The `percentile` function\n",
97
- "The `percentile` function takes two arguments: a rank between 0 and 100, and a array. It returns the corresponding percentile of the array."
102
+ "The `percentile` function takes two arguments: a rank between 0 and 100, and an array. It returns the corresponding percentile of the array."
98
103
104
105
0 commit comments