Skip to content

Commit

Permalink
Indicate what type of CI is made
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Nov 1, 2024
1 parent f356575 commit 0c6b04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compositemark/errorband.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface ErrorBandConfig extends ErrorBandPartsMixins {

/**
* The extent of the band. Available options include:
* - `"ci"`: Extend the band to the confidence interval of the mean.
* - `"ci"`: Extend the band to the 95% bootstrapped confidence interval of the mean.
* - `"stderr"`: The size of band are set to the value of standard error, extending from the mean.
* - `"stdev"`: The size of band are set to the value of standard deviation, extending from the mean.
* - `"iqr"`: Extend the band to the q1 and q3.
Expand Down

0 comments on commit 0c6b04a

Please sign in to comment.