Using the Relative Standard Error Calculator
The relative standard error (RSE), also called the coefficient of variation of the mean, expresses the standard error of an estimate as a percentage of the estimate itself. Because it is scale-free, it lets you compare the precision of estimates measured in completely different units — dollars, kilograms, counts of people — on a single 0-to-100% scale. A small RSE means the sampling error is tiny relative to the size of the estimate; a large RSE means the estimate could easily be off by a wide margin.
The formula
The relative standard error is defined as:
RSE = (SE / x̄) × 100%
where x̄ is the estimate (the sample mean) and SE is its standard error. When you have summary statistics from a simple random sample, the standard error of the mean is:
SE = SD / √n
so the RSE can be written directly as RSE = SD / (√n × x̄) × 100%, where SD is the sample standard deviation and n is the number of observations. This calculator lets you enter the standard error directly (useful when it comes from a survey report or a regression output), or supply the standard deviation and sample size and have SE = SD/√n computed for you.
Why relative standard error is useful
A raw standard error is hard to interpret on its own: an SE of 5 is negligible for an estimate of 5,000 but catastrophic for an estimate of 8. Dividing by the estimate removes the units and the scale, so an RSE of 2% always means the same thing — the standard error is 2% of the estimate — regardless of what is being measured. Statistical agencies such as the US Census Bureau, the Australian Bureau of Statistics, and many health surveys attach an RSE to every published estimate precisely so users can judge reliability at a glance.
Common reliability thresholds
There is no universal cutoff, but widely used conventions are:
- RSE below 25%: the estimate is generally considered reliable and safe to publish.
- RSE between 25% and 50%: the estimate is imprecise; it is often flagged with a warning and should be used with caution.
- RSE of 50% or more: the estimate is too unreliable for most purposes and is frequently suppressed rather than published.
Different agencies set their own boundaries (some flag at 30%, some suppress at 33%), so always check the reliability standard that applies to your data source.
A worked example
Suppose a survey of n = 25 households produces a mean weekly spend of x̄ = $50 with a standard deviation of SD = $8. The standard error is SE = 8 / √25 = 8 / 5 = 1.6. The relative standard error is RSE = (1.6 / 50) × 100% = 3.2%. That is well under 25%, so the estimate is considered reliable. If the same standard deviation came from only n = 4 households, SE = 8 / 2 = 4, giving RSE = (4 / 50) × 100% = 8% — still acceptable, but noticeably less precise because the smaller sample carries more sampling error.