Skip to content
Snippets Groups Projects
Commit 2703aa86 authored by Berend Bouvy's avatar Berend Bouvy
Browse files

fixed typo

parent ac488de3
No related branches found
No related tags found
No related merge requests found
Pipeline #266273 passed
......@@ -249,7 +249,7 @@ And
$$
\hat{C}_1
= \frac{\sum_{i=1}^{m} S_i S_{i+1}}{m-1}
= \frac{\sum_{i=1}^{m-1} S_i S_{i+1}}{m-1}
= \frac{2(1) + 1(0) + 0(-1) + (-1)(-2)}{5 - 1}
= \frac{2 + 0 + 0 + 2}{4}
= 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment