PharmaCalc

Pharmaceutical Calculation Suite

← All calculator guides Open calculator →
📐

Statistical Tolerance Intervals

Verify that a known percentage of future production will fall within specifications with stated confidence. Essential for process validation.

USP <1010> FDA Process Validation Normal Distribution Stage 2
🏭

Industry Use

Tolerance Intervals in Pharmaceutical Validation

A statistical tolerance interval (STI) is a range [L, U] such that at least P% of the population falls within [L, U] with C% confidence. This is distinct from confidence intervals (which describe the mean) and prediction intervals (which describe the next observation). Tolerance intervals answer the regulatory question: "Will at least 99% of future batches fall within specification?"

FDA requirement: Process Validation Guidance (2011) Stage 2 requires statistical evidence that the process is capable of meeting specifications. Tolerance intervals provide this evidence. For example, if P=99% (coverage) and γ=95% (confidence), then a tolerance interval demonstrates with 95% confidence that 99% of the population falls within [L, U].

Typical applications: Specification verification (confirm 99% of tablets meet weight specs), cleaning validation (ensure 99% of surfaces pass ATP limits), potency assay (ensure 99% of batches meet ICH Q3A/Q3B limits), and dissolution testing (ensure 99% of tablets meet Q criteria).

📐

Calculation Explanation

Mathematical Basis and Interpretation

For data assumed to follow a normal distribution, a two-sided tolerance interval is calculated as:

Two-Sided Tolerance Interval (Normal Distribution)
[X̄ − k × s, X̄ + k × s]

where k is the tolerance factor (from standard statistical tables), is the sample mean, and s is the sample standard deviation.

The tolerance factor k depends on three parameters:

One-sided intervals: For upper confidence bounds only, the formula is [−∞, X̄ + k×s] or lower bound only [X̄ − k×s, ∞], using one-sided k values. One-sided intervals are narrower and sometimes used when only upper limit (e.g., impurity) or lower limit (e.g., yield) matters.

Key interpretation: If the calculated tolerance interval [L, U] falls entirely within the specification limits [LSL, USL], then the process PASSES validation — at least P% of future production is guaranteed (with γ% confidence) to meet specifications.

FDA Process Validation (2011) USP <1010> Statistical Techniques NIST/SEMATECH E-Handbook of Statistics
📋

Variable Definitions

Symbols, Units, and Descriptions

Symbol Name Units Description
n Sample Size count Number of observations collected (e.g., 20 batches)
Sample Mean product units Average of all n observations
s Sample Standard Deviation product units Measure of data spread: s = √[Σ(xᵢ − X̄)² / (n−1)]
P Coverage Proportion percent Desired percentage of population to fall within interval (e.g., 99%)
γ Confidence Level percent Confidence that tolerance interval contains P% of population (e.g., 95%)
k Tolerance Factor dimensionless Factor from tables; function of n, P, and γ. Two-sided k is larger than one-sided k.
L, U Tolerance Interval Bounds product units L = X̄ − k×s (lower), U = X̄ + k×s (upper). Define the interval.
LSL, USL Specification Limits product units Lower and upper specification limits from product specification
📝

Step-by-Step Tutorial

Worked Example — API Yield Process Validation

→ Open Tolerance Interval Calculator