Compute RSD (coefficient of variation), standard deviation, and mean for any numeric dataset. Visualize your data distribution with an interactive bar chart.
The Relative Standard Deviation (RSD), also known as the coefficient of variation (CV), is a standardized measure of dispersion. It expresses the standard deviation as a percentage of the mean: RSD = (Standard Deviation / Mean) × 100%. RSD is unitless, making it ideal for comparing variability between datasets with different units or vastly different means.
Given a dataset \( X = \{x_1, x_2, ..., x_n\} \):
Key note: RSD is meaningful only when the mean is non-zero. For means approaching zero, RSD becomes extremely large — interpret with caution.
| RSD Range (%) | Precision / Variability | Context Example |
|---|---|---|
| < 5% | Excellent precision, very low dispersion | Pharmaceutical assay, automated QC |
| 5% – 10% | Good precision, acceptable for routine analysis | Environmental sampling, biological replicates |
| 10% – 20% | Moderate variability, may require improvement | Field measurements, early R&D |
| > 20% | High variability, poor reliability | Inconsistent process or heterogeneous samples |
A QC lab tested six samples from a production batch for purity (%): 98.5, 99.0, 98.7, 98.9, 98.6, 98.8. Mean = 98.75%, SD = 0.191%, RSD = 0.193%. The extremely low RSD indicates the batch is consistent, meeting pharmacopoeial limits (RSD < 1.0%). The interactive tool above replicates such precision analysis instantly. The bar chart shows minimal spread — crucial for regulatory submission.