The One Sample t-Test is a statistical method used to determine whether the mean of a sample significantly differs from a known or expected value. It is commonly applied in quality control, process optimisation, and Lean Six Sigma projects, where verifying whether a process meets a defined target is essential for maintaining standards and reducing variation.
Developed within the field of inferential statistics, the One Sample t-Test is used when population parameters are unknown and the sample size is relatively small. The test assesses whether the observed mean (\(\bar{x}\)) differs from a specified target (\(\mu_0\)) by more than what would be expected due to random sampling variation.
It is particularly useful in manufacturing, healthcare, and service environments for validating process stability and improvement outcomes.
Calculation: The test computes a t-value, representing the difference between the sample mean and the hypothesised mean, scaled by sample variability.
Formula (t-statistic):
\(
t = \frac{\bar{x} – \mu_0}{s / \sqrt{n}}
\)
Where:
The resulting t-value is compared to critical values from the t-distribution (based on degrees of freedom = n−1) to determine statistical significance.
Applications / Examples
Example:
A factory claims the average part length is 5.0 cm. A sample of 10 parts has:
\(
t = \frac{4.9 – 5.0}{0.15 / \sqrt{10}} = -2.11
\)
At a significance level of 0.05 with 9 degrees of freedom, if ∣t∣>2.262, the difference is significant — suggesting a potential quality issue.
Relevance / Impact
The One Sample t-Test is a core statistical tool for:
By using the One Sample t-Test, organisations ensure that process changes are validated with reliable statistical confidence.