Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-01-05 14:13:13 +01:00 committed by GitHub
parent 2d468a931e
commit 4a44e5b489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ The input table is [[a, b], [c, d]].
|a| b | |a| b |
|c|d| |c|d|
Where $N_A = a + c$ for the elements in group A and $N_B = b + d$ for the elements in group B. Where $N_A = a + c$ for the elements in group A (performance values of network A with $N_A$ as number of test pattern) and $N_B = b + d$ for the elements in group B (performance values of network B with $N_B$ as number of test pattern).
||| |||
|---|---| |---|---|
@ -60,6 +60,14 @@ Where $N_A = a + c$ for the elements in group A and $N_B = b + d$ for the elemen
|c|d| |c|d|
If network architectures are tested, typically, the same data set is used in both conditions and such $N = N_A = N_B$.
|||
|---|---|
|$N - c$| $N - d$ |
|c|d|
## [Example](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html) ## [Example](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html)
||Group A|Group B| ||Group A|Group B|