diff --git a/src/content/changelog/analytics/2025-10-01-confidence-intervals.mdx b/src/content/changelog/analytics/2025-10-01-confidence-intervals.mdx new file mode 100644 index 000000000000000..e8c0c6621a0467f --- /dev/null +++ b/src/content/changelog/analytics/2025-10-01-confidence-intervals.mdx @@ -0,0 +1,14 @@ +--- +title: New Confidence Intervals in GraphQL Analytics API +description: Confidence intervals are now supported in the GraphQL Analytics API to show statistical ranges for sampled data results +date: 2025-10-01 +--- + +The GraphQL Analytics API now supports confidence intervals for `sum` and `count` fields on adaptive (sampled) datasets. Confidence intervals provide a statistical range around sampled results, helping verify accuracy and quantify uncertainty. + +- **Supported datasets**: Adaptive (sampled) datasets only. +- **Supported fields**: All `sum` and `count` fields. +- **Usage**: The confidence `level` must be provided as a decimal between 0 and 1 (e.g. `0.90`, `0.95`, `0.99`). +- **Default**: If no confidence level is specified, no intervals are returned. + +For examples and more details, see the [GraphQL Analytics API documentation](/analytics/graphql-api/features/confidence-intervals/).