Skip to content

Commit b8a8145

Browse files
committed
DOC: Fix description of identified right-most BA plot data points
Fix description of identified right-most BA plot data points: the right-most data points identified are the right-most points that are also closest to the zero mean difference value.
1 parent b0a5e7b commit b8a8145

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nifreeze/analysis/measure_agreement.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ def identify_bland_altman_salient_data(
206206
`top_n` data points from the BA plot.
207207
208208
Once the left-most data points identified, the right-most `percentile` data
209-
points are considered from the remaining data points, and `top_n` data
210-
points are identified out of these.
209+
points are considered from the remaining data points. Among these, the
210+
`top_n` data points that are closest to the zero mean difference are
211+
identified.
211212
212213
Parameters
213214
----------

0 commit comments

Comments
 (0)