Relative Standard Deviation Calculator
Calculate the Relative Standard Deviation (RSD) or Coefficient of Variation (CV) of any dataset - a dimensionless measure of variability relative to the mean.
📖 What is Relative Standard Deviation (RSD)?
The Relative Standard Deviation (RSD), also known as the Coefficient of Variation (CV), is the standard deviation expressed as a percentage of the mean. It is one of the most widely used measures of variability in science, engineering, finance, and quality control because it is dimensionless - it has no units, which means you can compare the variability of two completely different datasets on the same scale.
Unlike absolute standard deviation, which carries the same units as the original data (kilograms, dollars, milliseconds, etc.), RSD normalises the spread relative to the average. This dimensionless property makes RSD ideal for answering questions like: "Is a blood glucose measurement from a new lab instrument more consistent than a weight scale reading?" - even though both are measured in entirely different units.
The formula is straightforward: RSD = (Standard Deviation / |Mean|) × 100%. Yet the implications are profound. A dataset with mean 1000 and standard deviation 50 has RSD = 5%, which carries exactly the same interpretation as a different dataset with mean 0.01 and standard deviation 0.0005 (also RSD = 5%) - both show 5% variability relative to their respective averages.
In analytical chemistry and laboratory science, RSD is the gold standard for assessing method precision. Regulatory guidelines such as ICH Q2(R1) for pharmaceutical analysis and EPA methods for environmental monitoring specify maximum allowable RSD values. An HPLC chromatography method, for instance, must typically achieve RSD < 2% in six replicate injections to pass validation. In clinical diagnostics, laboratory accreditation bodies (CAP, CLIA) require instruments to demonstrate RSD < 5% for most analytes.
In finance and investment analysis, the Coefficient of Variation is used to compare risk-adjusted performance. It answers the question: "How much risk (standard deviation of returns) am I taking per unit of expected return (mean return)?" A fund with CV = 40% offers less relative risk than one with CV = 80%, even if the absolute standard deviation of the higher-CV fund is smaller.
In manufacturing and quality engineering, RSD underpins process capability analysis (alongside Cp and Cpk indices). A production process with RSD < 3% for a key dimension is considered very capable. In scientific research, RSD values < 10% are generally accepted as demonstrating adequate experimental reproducibility.
📐 Formula
Sample RSD (most common - use when data is drawn from a larger population):
Population RSD (use only when data represents the entire population):
Where:
- x̄ (x-bar) or μ = arithmetic mean of the dataset
- xᵢ = each individual data point
- n = number of data points in the sample; N = population size
- s = sample standard deviation (denominator n−1, Bessel's correction)
- σ = population standard deviation (denominator N)
- RSD is expressed as a percentage (%)
Note on absolute value: The formula uses |mean| (absolute value of the mean) to handle datasets where the mean might be negative - though RSD is generally considered meaningful only for data with a positive mean.
📖 How to Use This Calculator
💡 Example Calculations
Example 1 - Laboratory Measurements (Moderate Variability)
Dataset: 10, 12, 14, 11, 13, 15, 9, 12, 11, 14 (ten replicate measurements, sample SD)
Example 2 - High-Precision Instrument (Excellent Precision)
Dataset: 99.8, 100.1, 100.0, 99.9, 100.2 (five measurements from a calibrated balance, sample SD)
Example 3 - Volatile Stock Returns (Negative Values)
Dataset: 5, −3, 12, −8, 18, 2, −5 (monthly returns in %, sample SD)
Example 4 - Population Data (Census Survey)
Dataset: 20, 25, 30, 35, 40 (ages of all 5 members of a small team - complete population)