Skip to content

Commit adf4f40

Browse files
committed
Fix issue 369
1 parent 4c25001 commit adf4f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/theoretical_description_metrics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ and their corresponding labels :math:`y_i` and to compare its properties to that
195195
cumulative differences on sorted scores:
196196

197197
.. math::
198-
C_k = \frac{1}{N}\sum_{i=1}^k (s_i - y_i)
198+
C_k = \frac{1}{N}\sum_{i=1}^k (y_i - s_i)
199199
200200
We also introduce a typical normalization scale :math:`\sigma`:
201201

0 commit comments

Comments
 (0)