Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jun 29, 2024
1 parent 90104d1 commit abf82b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/statlab_corr_tau.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ StatLab/Corr/Kendall's tau
Background
*************

Kendall's tau (:math:`\tau`) is a statistic used for measuring rank correlation [1]_ [2]_ .
Kendall's tau (:math:`\tau`) is a statistic used for measuring rank correlation [1]_ [2]_.

*************
Notation
Expand Down Expand Up @@ -130,7 +130,7 @@ Example - Group-1
How-to
*************

To use ``scipy.stats`` [3]_ :
To use ``scipy.stats`` [3]_:

.. code:: python
Expand All @@ -147,5 +147,5 @@ Reference

.. [1] Wikipedia. (year). Kendall rank correlation coefficient. https://en.wikipedia.org/wiki/Kendall_rank_correlation_coefficient
.. [2] Encyclopedia of Mathematics. (yeawr). Kendall tau metric. https://encyclopediaofmath.org/index.php?title=Kendall_tau_metric
.. [2] Scipy. (year). kendalltau. https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.kendalltau.html
.. [3] Scipy. (year). kendalltau. https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.kendalltau.html

0 comments on commit abf82b9

Please sign in to comment.