From 0c6b04a8a623d20afd81e9a2619ef2eebc33b6e5 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Thu, 31 Oct 2024 17:05:09 -0700 Subject: [PATCH] Indicate what type of CI is made --- src/compositemark/errorband.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositemark/errorband.ts b/src/compositemark/errorband.ts index 35924d6ad5..3d3c1e2d72 100644 --- a/src/compositemark/errorband.ts +++ b/src/compositemark/errorband.ts @@ -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.