Standard deviation is a key statistical measure that quantifies the spread of data points around the mean of a dataset. It provides insight into variability, helping organisations and analysts understand consistency, predictability, and reliability in processes or data.
Understanding how data is dispersed is fundamental in statistics, quality management, and process improvement. Standard deviation is widely used in fields such as finance, engineering, science, and Lean Six Sigma to monitor process stability and make informed decisions.
Formula: Sample
\( s = \sqrt{\dfrac{\sum_{i=1}^{n}(x_i – \bar{x})^2}{n – 1}} \)
Formula: Population
\( \sigma = \sqrt{\dfrac{\sum_{i=1}^{N}(x_i – \mu)^2}{N}} \)
– \( \sigma \) = population standard deviation
– \( \mu \) = population mean
– \( s \) = sample standard deviation
– \( x_i \) = individual observation
– \( \bar{x} \) = mean of the dataset
– \( n \) = number of observations
Example: In delivery performance, a low standard deviation shows that most deliveries occur close to the average time, improving predictability. A high standard deviation suggests inconsistency, which may require process adjustments.
Standard deviation helps quantify uncertainty and variability, enabling organisations to reduce risks, improve quality, and make data-driven decisions. It is a cornerstone metric in Six Sigma and statistical analysis for process control and performance evaluation.