Skip to content

Commit 73d845c

Browse files
committed
fix confidence interval formula in notched attr description
1 parent 5be9c36 commit 73d845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/box/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = {
7373
description: [
7474
'Determines whether or not notches are drawn.',
7575
'Notches displays a confidence interval around the median.',
76-
'We compute the confidence interval as median +/- 1.57 / IQR * sqrt(N),',
76+
'We compute the confidence interval as median +/- 1.57 * IQR / sqrt(N),',
7777
'where IQR is the interquartile range and N is the sample size.',
7878
'If two boxes\' notches do not overlap there is 95% confidence their medians differ.',
7979
'See https://sites.google.com/site/davidsstatistics/home/notched-box-plots for more info.'

0 commit comments

Comments
 (0)