We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9822f9e commit 585b51dCopy full SHA for 585b51d
1 file changed
docs/source/network_level_tests.rst
@@ -41,3 +41,13 @@ Provided Tests
41
42
* MATLAB's `ranksum <https://www.mathworks.com/help/stats/ranksum.html>`
43
* **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