We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a8145 commit 24a20d4Copy full SHA for 24a20d4
src/nifreeze/analysis/measure_agreement.py
@@ -206,9 +206,9 @@ def identify_bland_altman_salient_data(
206
`top_n` data points from the BA plot.
207
208
Once the left-most data points identified, the right-most `percentile` data
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.
+ points are considered from the remaining data points.
+ The ``top_n`` data points closest to the zero mean difference are
+ identified among these.
212
213
Parameters
214
----------
0 commit comments