We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9189ae1 commit 83ec136Copy full SHA for 83ec136
1 file changed
docs/source/edge_level_tests.rst
@@ -39,10 +39,10 @@ Provided Tests
39
* **Pearson's** *r*
40
41
* MATLAB `corr <https://www.mathworks.com/help/stats/corr.html>`_ function with (``type``, ``Pearson``)
42
-* **Spearman's** :math:`rho`
+* **Spearman's** :math:`\rho`\
43
44
* MATLAB `corr <https://www.mathworks.com/help/stats/corr.html>`_ function with (``type``, ``Spearman``)
45
-* **Spearman's** :math:`rho` **estimator**
+* **Spearman's** :math:`\rho`\ **estimator**
46
47
* Faster approximation of the Spearman's rho function at the cost of slightly less accurate result.
48
* Based on developer testing, rho values may differ by :math:`10^{-4}` and *p*-values by :math:`10^{-5}`.
0 commit comments