Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroSQ committed Aug 26, 2021
1 parent 112f9fe commit 05f2716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
*-lock.json
unuseful
-output.txt
-output.txt
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Basically calculating the IoC of every chunk of text separated by a given guesse

It uses chi-squared distribution to evaluate a goodness fit, testing whether an observed value and an expected value share the same frequencies.

<img src="https://render.githubusercontent.com/render/math?math=\sum_{\displaystyle {\frac {\left({\text{observed}}-{\text{expected}}\right)^{2}}{\text{expected}}}}">
<img src="https://render.githubusercontent.com/render/math?math={\displaystyle \sum {\frac {\left({\text{observed}}-{\text{expected}}\right)^{2}}{\text{expected}}}}">

---

Expand Down

0 comments on commit 05f2716

Please sign in to comment.