Skip to content

Commit fd26c6e

Browse files
wbaccinellidsmits
andauthored
Update episodes/chap2_introduction_v6.md
Co-authored-by: Djura <djura.smits@gmail.com>
1 parent 36e3de7 commit fd26c6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

episodes/chap2_introduction_v6.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ Each center has a data station and we want to compute the overall average age of
172172

173173
![Architecture.](fig/schema_exercise.png)
174174

175-
Given that we that the central average can be computed by summing up all the values and dividing the sum by the number of values, using the following equation:
175+
Given that the central average can be computed by summing up all the values and dividing the sum by the number of values, using the following equation:
176+
176177

177178
$\overline{x} =\dfrac{1}n \sum_{i=1}^{n} x_i = \dfrac{34+42+28+49+51+23+44}7$
178179

0 commit comments

Comments
 (0)