Skip to content

Commit 3774d45

Browse files
authored
Update Expected Value and Standard Deviation.ipynb
Fixed the issue in the sentence.
1 parent c41837e commit 3774d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Expected Value and Standard Deviation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"\n",
9292
"Number which appears in the middle of the list when it is sorted in increasing or decreasing order, i.e. the value in $(n+1)/2$ when $n$ is odd and the average of the values in $n/2$ and $(n+2)/2$ positions when $n$ is even. One advantage of using median in describing data compared to the mean is that it is not skewed so much by extremely large or small values\n",
9393
"\n",
94-
"The median us the value that splits the data set in half, but not how much smaller or larger the other values are."
94+
"The median uses the value that splits the data set in half, but not how much smaller or larger the other values are."
9595
]
9696
},
9797
{

0 commit comments

Comments
 (0)