statistical-and-uncertainty-visualization

Design charts that honestly show distributions, uncertainty intervals, and missing data.

5.3k|765|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/openai/plugins --skill statistical-and-uncertainty-visualization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-and-uncertainty-visualization
Source: https://github.com/openai/plugins/tree/main/plugins/build-web-data-visualization/skills/statistical-and-uncertainty-visualization
Command: npx skills add https://github.com/openai/plugins --skill statistical-and-uncertainty-visualization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Charts often hide variability, uncertainty, and missingness behind polished summaries, leading viewers to overconfident conclusions. This Skill guides the design of statistically honest visualizations that make distributions, intervals, confidence, and sample size explicit.

Core Features & Use Cases

  • Distribution and Summary Selection: Choose between histograms, box plots, violin plots, density plots, and summary tables based on the actual statistical question.
  • Uncertainty Encodings: Select error bars, error bands, intervals, or ensemble views and explain what each uncertainty measure means.
  • Pitfall Detection: Identify misleading aggregation, smoothing, truncation, and missingness handling in dashboards and analytical charts.
  • Use Case: A dashboard shows only average revenue per region, hiding wide variance and small sample sizes. Use this Skill to redesign it with distribution views and confidence intervals so stakeholders see the real variability.

Quick Start

Ask the assistant to recommend an honest chart for showing confidence intervals and sample size in your dataset.

Frequently Asked Questions about statistical-and-uncertainty-visualization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between a histogram, box plot, violin plot, or density plot?

Match the chart to the statistical question: histograms show distribution shape, box plots summarize spread and outliers, and violin or density plots reveal multimodality. Use summaries only when they do not hide the variation that matters to the decision.

What chart should I use to show uncertainty in data?

Use error bars, error bands, intervals, or ensemble views depending on whether the uncertainty comes from estimation, simulation, or sampling variability. Always define what the uncertainty measure actually represents so viewers can interpret it correctly.

How do I show confidence intervals without misleading people?

Pair intervals with a plain-language explanation of what they mean and how much they change the conclusion. Avoid decorative uncertainty bands, and state the interval definition explicitly rather than assuming it is self-explanatory.

How should missing data be visualized in a dashboard?

Missingness deserves explicit visual treatment when it affects trust or comparability, such as annotations or dedicated marks. Never encode missing values as zero, since that silently distorts the analysis.

Why can a polished chart still be statistically misleading?

Aggregation, smoothing, truncation, and selective baselines can distort conclusions even when rendering is clean. Comparing groups with different sample sizes as equivalent is a common failure that visual clarity alone does not fix.