HomeCalculatorsEngineeringWelch–Satterthwaite Calculator
Engineering calculator

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.

Instant result
Result

Enter values to calculate.

Inputs
Mode
Formula
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
Sources
Sources
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.

Effective degrees of freedomν_eff = u_c⁴ / Σ (u_i⁴ / ν_i)
Combined (when uc omitted)u_c = √(Σ u_i²)
iInfinite ν_i (typical Type B from a bound) contribute 0 to the denominator. This page does not look up k from a t-table and does not compute expanded U.

How to use

1

Enter u_i

Comma-separated standard uncertainties. Each u_i ≥ 0.

2

Enter ν_i

Same length. Use inf for a Type B component with infinite degrees of freedom.

3

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]

ν_eff=16
ν_eff=16 · u_c=√2
ϟ

One infinite Type B

u=[0.1,0.2] ν=[10,inf]

ν_eff=u_c⁴/(0.1⁴/10)
ν_eff=250

Welch–Satterthwaite calculator specification

Version 1.0.0 · Engine tested

Calculation status

Review policy · Evidence

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
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.

}

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.