Skip to content

Commit 98b658b

Browse files
committed
FIX - wrong values in examples D00ex01
1 parent c34621c commit 98b658b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

module05/exercises/m05ex01.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ \section*{Examples}
100100

101101
TinyStatistician().var(a)
102102
# Output:
103-
15349.3
103+
12279.439999999999
104104

105105
TinyStatistician().std(a)
106106
# Output:
107-
123.89229193133849
107+
110.81263465868862
108108
\end{minted}
109109

110110
\info{
111-
numpy uses a different definition of percentile, it does linear interpolation between the two closest list element to the percentile.
111+
Numpy uses a different definition of percentile, it does linear interpolation between the two closest list element to the percentile.
112112
Make sure to understand the difference between the population and the sample definition for the statistic metrics.
113113
}

0 commit comments

Comments
 (0)