Skip to content

Commit 585b51d

Browse files
committed
more on network level tests
1 parent 9822f9e commit 585b51d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/source/network_level_tests.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ Provided Tests
4141

4242
* MATLAB's `ranksum <https://www.mathworks.com/help/stats/ranksum.html>`
4343
* **Welch's t-test**
44+
45+
* Uses a modified version of MATLAB's t-test found in `+nla/WelchT`
46+
47+
.. math::
48+
49+
t = \frac{\overline{X_1} - \overline{X_2}}{\sqrt{s_{\overline{X_1}}^2 - s_{\overline{X_2}}^2}}
50+
where
51+
s_{\overline{X_i}} = \frac{s_i}{\sqrt{N_i}}
52+
53+
*

0 commit comments

Comments
 (0)