Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
2d468a931e
commit
4a44e5b489
1 changed files with 9 additions and 1 deletions
|
@ -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|
|
||||||
|
|
Loading…
Reference in a new issue