Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Sep 25, 2024
1 parent 35f3bca commit 25c7878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/mixins/statistics_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ def brunner_munzel(sample_1: np.ndarray, sample_2: np.ndarray) -> float:
.. math::
W = -\\frac{{n_x \\cdot n_y \\cdot (\\bar{R}_y - \\bar{R}_x)}}{{(n_x + n_y) \\cdot \\sqrt{{n_x \\cdot S_x + n_y \\cdot S_y}}}}
W = -\\frac{{n_x \\cdot n_y \\cdot (\bar{R}_y - \bar{R}_x)}}{{(n_x + n_y) \\cdot \\sqrt{{n_x \\cdot S_x + n_y \\cdot S_y}}}}
where:
- :math:`n_x` and :math:`n_y` are the sizes of sample_1 and sample_2 respectively,
Expand Down

0 comments on commit 25c7878

Please sign in to comment.