nist-stat-handbook

Provides applied statistics guidance from the NIST/SEMATECH e-Handbook for engineering and quality work.

5|1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/jgsystemsconsulting/jgs-se-knowledge-packs --skill nist-stat-handbook-jgsystemsconsulting
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nist-stat-handbook
Source: https://github.com/jgsystemsconsulting/jgs-se-knowledge-packs/tree/main/packs/nist-stat-handbook
Command: npx skills add https://github.com/jgsystemsconsulting/jgs-se-knowledge-packs --skill nist-stat-handbook-jgsystemsconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Engineers and quality practitioners often need the right statistical method mid-task but cannot recall the details of the NIST/SEMATECH e-Handbook of Statistical Methods. This Skill loads synthesized reference notes from the Handbook so an AI agent can answer applied statistics questions with correct method-selection logic. ## Core Features & Use Cases - Method routing across 8 chapters: Covers exploratory data analysis (4-plot), measurement characterization and ISO/GUM uncertainty budgets, process modeling and regression, design of experiments, statistical process control, hypothesis testing and ANOVA, and reliability analysis. - Decision aids: Includes a cheatsheet with comparison-test selectors, control-chart selectors, DOE design tables, and reliability model forks, plus a glossary and ten reusable patterns with trade-offs. - Use Case: Ask "which control chart should I use to detect small sustained drifts?" and the agent routes to chapter 6 and answers with CUSUM/EWMA guidance, ARL trade-offs, and OCAP advice drawn from the Handbook. ## Quick Start Ask the agent to use the nist-stat-handbook skill to explain how to build a GUM uncertainty budget for a calibration result.

Frequently Asked Questions about nist-stat-handbook

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

FAQPage Schema
How do I choose the right statistical test for comparing groups?▼

Route by group count: one-sample t/z or exact binomial for one process, two-sample or paired t and F-test for two, and ANOVA followed by Tukey, Scheffé, or Bonferroni multiple comparisons for three or more. The cheatsheet's comparison-test selector maps each case, and chapter 7 explains test-interval duality.

How do I build an uncertainty budget using the GUM method?▼

List every component as a standard deviation, group by Type A (statistical) or Type B (other means), combine by root-sum-squares with sensitivity coefficients, and expand with U = k·u where k≈2 gives roughly 95% coverage. Use Welch-Satterthwaite when combined degrees of freedom are unknown.

Which control chart should I use for small process drifts?▼

Use CUSUM or EWMA charts for small sustained drifts, since Shewhart charts respond mainly to large abrupt shifts. Tune the EWMA memory depth λ or the CUSUM V-mask, compare candidates by Average Run Length, and define an OCAP before the chart signals.

Does this skill include the original Handbook's formulas, datasets, and code?▼

No. The pack synthesizes concepts and method-selection logic in original words and deliberately does not reproduce the per-distribution formula galleries, worked case studies, datasets, plot images, or Dataplot/R code from the web Handbook. Those are described, not copied.

What statistical topics are not covered by the NIST e-Handbook pack?▼

It is thin on modern machine learning, Bayesian methods beyond conjugate reliability priors, time-series analysis and forecasting, Bayesian or optimal experimental design, and survey or causal-inference methodology. It focuses on applied frequentist statistics for measurement and quality.

When should I run a 4-plot before fitting a model?▼

Run the 4-plot at the start of any univariate analysis, before fitting or testing. Its run-sequence, lag, histogram, and normal-probability panels check the four assumptions of fixed location, fixed scale, randomness, and fixed distribution; passing all four means the process is in statistical control.