From a0fcfc550da4797307f1fca0661cc7667d2dcd1b Mon Sep 17 00:00:00 2001 From: yh202109 Date: Fri, 12 Jul 2024 13:24:18 -0400 Subject: [PATCH] v0.2.20 --- docs/statlab_corr_spearman_rho.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/statlab_corr_spearman_rho.rst b/docs/statlab_corr_spearman_rho.rst index 71131a94..a0910f25 100644 --- a/docs/statlab_corr_spearman_rho.rst +++ b/docs/statlab_corr_spearman_rho.rst @@ -60,7 +60,7 @@ Let :math:`(Y_{i1}, Y_{i2})` be a pair of random variables corresponding to the Let :math:`(R_{i1}, R_{i2})` be the rank of :math:`Y_{i1}` and the rank of :math:`Y_{i2}`. In the case of ties, one method is to assign the tied group with the average of unique ranks corresponding the tied group. -For the :math:`i`th sample, let +For the :math:`i` th sample, let :math:`s_1` be the number of observed values less than :math:`Y_{i1}`, :math:`s_2` be the number of observed values equal to :math:`Y_{i1}`, and :math:`s_3` be the number of observed values greater to :math:`Y_{i1}`.