The standard error is a metric of error for a Scalar estimator. Given an estimator , it is defined as
It is a more convenient error metric than simple Variance because it has the same units as the estimator. Once a sample of elements is collected and a numerical estimate is obtained, the estimated standard error is obtained by replacing with . A common related quantity is the standard error of the sample mean
where is the standard deviation.
Delta method#
Suppose that we are interested in a parameter which is a function of a scalar parameter , namely
where is some continuous differentiable function. In this situation, we can apply the continuous mapping theorem.
The standard error of is approximately provided by the so-called delta method, which states
The approximation improves as the sample size gets larger.
> We know that $\psi=g(\theta)$ and that its estimator is $\hat{\psi}=g(\hat{\theta})=g(T)$. We want to know $\hat{\psi}$. We'll use a [[Taylor series]] expansion in $t=\theta$ and truncate to first order: > $$g(T)\simeq g(\theta)+g'(\theta)(T-\theta)> and so > $$\hat{\psi}=g(T)\approxWe can reorder this to read
(Finish this 10/10/2025)