We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be9c36 commit 73d845cCopy full SHA for 73d845c
src/traces/box/attributes.js
@@ -73,7 +73,7 @@ module.exports = {
73
description: [
74
'Determines whether or not notches are drawn.',
75
'Notches displays a confidence interval around the median.',
76
- 'We compute the confidence interval as median +/- 1.57 / IQR * sqrt(N),',
+ 'We compute the confidence interval as median +/- 1.57 * IQR / sqrt(N),',
77
'where IQR is the interquartile range and N is the sample size.',
78
'If two boxes\' notches do not overlap there is 95% confidence their medians differ.',
79
'See https://sites.google.com/site/davidsstatistics/home/notched-box-plots for more info.'
0 commit comments