Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 2, 2024
1 parent 64c0b67 commit 7e549aa
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 @@ -175,9 +175,9 @@ where :math:`X_n` is a size :math:`n` by :math:`n` matrix, and :math:`1_n` is a
Both tau-a and tau-b can be calculated as

.. math::
\tau_1 = g(Y_{1} \times_{car} Y_{1})
\tau_2 = g(Y_{2} \times_{car} Y_{2})
\tau = \frac{h(\tau_1 \times_{ele} \tau_2) }{ sqrt{h(abs(\tau_1))}sqrt{h(abs(\tau_2))} }
\tau_1 &= g(Y_{1} \times_{car} Y_{1}) \\
\tau_2 &= g(Y_{2} \times_{car} Y_{2}) \\
\tau &= \frac{h(\tau_1 \times_{ele} \tau_2) }{ \sqrt{h(abs(\tau_1))}\sqrt{h(abs(\tau_2))} }
*************
Expand Down

0 comments on commit 7e549aa

Please sign in to comment.