Friday, July 21, 2006
Gory Details of the Gory Details
Andy expands on the calculations of pages 366-367 in The Book:
Let’s start with the variance of the variance, which is what is actually directly calculated. To measure this, you need to compute the mean of the variance from any one observation (( x-
< ( ( x-
Expanding the terms, this becomes:
< ( x^2 - 2x
= < x^4 + 4x^2
=
The expectation values here for a Gaussian centered at
Substituting these into the above equation, one gets that the variance of the variance equals
2 sigma^4
Naturally, this means the standard deviation of the variance, which is the square root of the variance of the variance, is sqrt(2) sigma^2.
To get to the standard deviation of the standard deviation, you use that if y is an arbitrary function of x, f(x), then the standard deviation of y equals the derivative of f(x) times the standard deviation of x.
In this case, abbreviating standard deviation and variance as SD and VAR, respectively, we have:
SD = sqrt(VAR)
so the standard deviation of the standard deviation is given by
sd(SD) = sd(VAR)/(2 sqrt(VAR))
since sd(VAR) is sqrt(2) sigma^2, and sqrt(VAR) is sigma, this becomes:
sd(SD) = sigma/sqrt(2).
Finally, the “N” comes into play since the uncertainty from repeated measurements equals 1/sqrt(N) times the standard deviation. So the uncertainty in VAR equals sqrt(2/N)sigma^2, and the uncertainty in SD equals sigma/sqrt(2N).
-- Andy