Skip to content
Glacius
StatisticsConcept reference

Standard errors

Standard error is the standard deviation of an estimator’s sampling distribution.

On this page 8 sections
  1. Overview
  2. A standard error is the standard deviation of an estimator’s sampling distribution
  3. A closer look
  4. An estimate’s actual error compares that one value with its target
  5. An estimate of average model error needs uncertainty as well as a central value
  6. Key takeaway
  7. Sources & further reading
  8. Concept connections

01A standard error is the standard deviation of an estimator’s sampling distribution#

A standard error is the standard deviation of an estimator’s sampling distribution. It describes how much an estimate varies across repeated samples. The sample standard deviation instead describes how spread out individual observations are within the sample.

Standard error is the standard deviation of an estimator’s sampling distribution. It describes how the estimate varies across new samples taken by the same procedure. It is not the spread of individual observations.

If IID readings have standard deviation 66, averaging 99 gives mean variance 36/9=436/9=4. Its square root is 22: the standard error of that mean.

For IID readings with SD 6, the standard deviation of n=9 sample means is 6/sqrt(9)=2. This second spread is the standard error. Spans share a distance scale around the common mean; they are not confidence intervals.For IID readings with SD 6, the standard deviation of n=9 sample means is 6/sqrt(9)=2. This second spread is the standard error. Spans share a distance scale around the common mean; they are not confidence intervals.
Figure 1For IID readings with SD 6, the standard deviation of n=9 sample means is 6/sqrt(9)=2. This second spread is the standard error. Spans share a distance scale around the common mean; they are not confidence intervals.
Link to this figure ↗Download SVGDownload PNG

For 9 IID observations with estimated SD 6, the mean has estimated standard error 6/9=26/\sqrt9=2. Individual readings still vary on a scale of 6; averaging makes their mean more stable. With the same SD and assumptions, four times the sample size halves the mean’s SE.

Check your reasoning

Observation SD: 9. Repeated-estimate SD: 3. Current absolute error: 2. Which is the standard error?

  1. A9: observation SD.
  2. B2: current error.
  3. C3: estimator SD.
Show answer and explanation
3: estimator SD.

Estimator SD is 3.

02A closer look#

For an IID mean with finite individual standard deviation ss, take the square root of s2/ns^2/n. The result is s/ns/\sqrt n, in the original measurement units.

Check your reasoning

IID readings: SD=8, n=4, finite variance. SE of their mean?

  1. A2: repeated-mean SD.
  2. B4: repeated-mean SD.
  3. C4: maximum error.
Show answer and explanation
4: repeated-mean SD.

8/√4 = 4.

03An estimate’s actual error compares that one value with its target#

An estimate’s actual error compares that one value with its target. Standard error instead summarizes variation over repeated estimates. An estimator can have little spread while consistently missing the target.

A standard deviation is not a maximum distance. Knowing the standard error alone does not guarantee a bound on one estimate’s error or assign it a coverage percentage.

Check your reasoning

An estimator has SE=2. “This estimate’s error is exactly 2.” Repair.

  1. ASE is estimator SD.
  2. BIts error is exactly 2.
  3. CIts error never exceeds 2.
Show answer and explanation
SE is estimator SD.

SD is not one error.

04An estimate of average model error needs uncertainty as well as a central value#

An estimate of average model error needs uncertainty as well as a central value. The s/ns/\sqrt n rule relies on the sampling assumptions. Repeated measurements from one source may be dependent, so extra rows need not bring proportionally more information.

Key takeaway

Standard error describes repeated-estimate spread in the estimator’s units. It is neither raw-observation spread nor a guarantee about one estimate’s error.

  • Identify repeated-estimator standard deviation.

Sources & further reading

  1. [1]
  2. [2]
    Pishro-Nik, Introduction to Probability, 8.1.1 Random SamplingPishro-Nik, Introduction to Probability · Book

Reference this concept

Link to this page, a section, or an individual figure.

Glacius. “Standard errors.” Math behind ML. /learn/s-standard-error