Welch–Satterthwaite Calculator
Compute GUM G.4 effective degrees of freedom ν_eff from standard uncertainty components u_i and their ν_i. Runs locally. Not combined RSS and not expanded U = k·u_c.
Trust summary Engine tested · Source checked · 10/10 tests · Production surface contract 4/4 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Welch–Satterthwaite effective degrees of freedom ν_eff from u_i, ν_i, and optional u_c.
- Scope
- JCGM 100:2008 G.4 Welch–Satterthwaite
- Verification
- Engine tested · 10/10 tests · Production surface contract 4/4 · Source checked · v1.0.0
- Named expert review
- Optional · Not performed
- Evidence
- 6 boundary · 4 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.0.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status PASS (0 stale; 164 CURRENT) @ 2026-09-16T06:44:24.909Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter u_i
Comma-separated standard uncertainties. Each u_i ≥ 0.
Enter ν_i
Same length. Use inf for a Type B component with infinite degrees of freedom.
Read ν_eff
Combine a measurement model on Uncertainty propagate. Expanded U = k·u_c is that page, not this one.
Example calculations
Common configurations with formula and result.
Two equal Type A
u=[1,1] ν=[8,8]
One infinite Type B
u=[0.1,0.2] ν=[10,inf]
Welch–Satterthwaite calculator specification
Version 1.0.0 · Engine tested
- Engine tested 10/10 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- For uncorrelated standard uncertainties u_i with degrees of freedom ν_i, ν_eff = u_c⁴ / Σ (u_i⁴ / ν_i), where u_c is the combined standard uncertainty (RSS of u_i unless you enter uc).
- What it calculates
- Welch–Satterthwaite effective degrees of freedom ν_eff from u_i, ν_i, and optional u_c.
- Inputs
- u
- nu
- uc
- Outputs
- nu_eff
- infinite
- uc
- u
- nu
- Formula
ν_eff = u_c⁴ / Σ (u_i⁴ / ν_i)- Assumptions
- JCGM 100:2008 G.4 Welch–Satterthwaite
- If uc omitted, u_c = RSS of uncorrelated u_i
- Infinite ν_i contribute 0 to the sum
- Not GUM model combination and not expanded U = k·u_c
- Units
- dimensionless ν_eff; u_i same unit
- Boundary conditions
- missing u or nu → MISSING_REQUIRED_INPUT
- length mismatch → INVALID_INPUT
- u_c = 0 → VALUE_MUST_BE_POSITIVE
- ν_i ≤ 0 and not inf → VALUE_MUST_BE_POSITIVE
- Example
- u=[1,1] nu=[8,8] → ν_eff=16
- Validation cases
2 published on this page · 10/10 tests · Production surface contract 4/4 · View evidence
- u=1,1 nu=8,8 → ν_eff=16
- u=0,0 nu=8,8 → VALUE_MUST_BE_POSITIVE
- Sources
- JCGM 100:2008 (GUM) — Evaluation of measurement data — G.4 Effective degrees of freedom: the Welch–Satterthwaite formulaSupports: ν_eff = u_c⁴ / Σ (u_i⁴ / ν_i) for the coverage factor of expanded uncertainty
- JCGM 100:2008 (GUM) — Evaluation of measurement data — G.4 Effective degrees of freedom: the Welch–Satterthwaite formula
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Compute Welch–Satterthwaite effective degrees of freedom.
Supported and not supported
Supported — ν_eff from u_i and ν_i · optional uc · infinite Type B dof · API engineering.uncertainty.welch_satterthwaite
Not supported — GUM model combination, expanded U = k·u_c, t-table k lookup, correlated extra terms
Agent / API notes
Capability id: engineering.uncertainty.welch_satterthwaite · tool id: welch-satterthwaite · pin 1.0.0.
{ "u": [1, 1], "nu": [8, 8] }
nu may include inf (JSON null on output). Errors: MISSING_REQUIRED_INPUT, INVALID_NUMBER, INVALID_INPUT, VALUE_MUST_BE_POSITIVE.
Calculator URL stays /calc/engineering/welch-satterthwaite. There is no /calc/metrology.
Related tools
Other calculators in this family: Type A uncertainty, Pooled standard deviation, Type B uncertainty, Type B degrees of freedom, Inverse-variance weighted mean, Coverage factor k, Uncertainty propagate, Guard band, Tolerance / Uncertainty Workspace .
Frequently asked questions
Key distinctions behind the calculation.
Is this the same as Uncertainty propagate?
No. This page only evaluates Welch–Satterthwaite ν_eff from already-evaluated u_i and ν_i. Uncertainty propagate combines a measurement model into u_c (and optional U = k·u_c). Combined RSS is an engine op, not a calculator page.
Is this pooled s?
No. Pooled s_p combines sample standard deviations. This page takes standard uncertainties u_i and returns ν_eff.
Why can ν_eff be infinite?
If every finite-u component has infinite ν_i, the GUM denominator is 0 and ν_eff is infinite. REST returns nu_eff=null with infinite=true.
Where does this run?
Locally in the browser by default. REST and MCP call the same metrology-engine welch_satterthwaite op.