Skip to content

Commit 1e5e258

Browse files
Update README.md
1 parent 54af0b1 commit 1e5e258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ plt.show()
147147
![png](output_19_1.png)
148148

149149

150-
Increasing the sample size has an impact! Apparently..
150+
Increasing the sample size has an impact! Apparently the algorithm fails at roughly half the `err` once we double `samples`.
151151
Next, we try with modulo `m = 997` and double the sample on each test to see if the behavior continues.
152152

153153

@@ -217,7 +217,7 @@ plt.show()
217217
![png](output_23_0.png)
218218

219219

220-
No experiment presented any error, our prediction worked well. Next, we use the same values from the last experiment
220+
No experiment presented any error, our prediction worked well. Next, we use the same values from the last experiment but increase `err` passed the threshold ![err \leq \frac{m}{2 \times sample}](https://render.githubusercontent.com/render/math?math=%5Cdisplaystyle+err+%5Cleq+%5Cfrac%7Bm%7D%7B2+%5Ctimes+sample%7D)
221221

222222

223223
```python

0 commit comments

Comments
 (0)