If I have a distribution of data, X, representing N samples taken during one measurement, then the mean square of X is $\bar{X^2} = \langle X^2 \rangle$, the variance of $X^2$, $\mathrm{var}(X^2)$ is $\langle\langle X^4 \rangle - \langle X^2 \rangle \rangle$, and the standard error of the mean square is $\sqrt{\frac{\mathrm{var}(X^2)}{N}}$.
Thus, the standard error of the mean square represents one standard deviation of the distribution that would be produced by repeating the measurement (taking N samples each time), assuming that $X^2$ is normally distributed with the variance of the original measurement.
What is the standard error of the quantity $\sqrt{\langle X^2 \rangle}$ (the standard error of the root mean square?)?
A rephrasing: assume Y is normally distributed with mean $\mu$ and variance $\sigma^2$. Define Z = $\sqrt{\frac{1}{N}\sum_1^N Y_i}$ What is the variance of Z?
I'm going to answer the closely related question: if $X$ is normally distributed with mean $\mu$ and variance $\sigma^2$, what is the variance of $\sqrt{x}$ ?
To do this, I will assume that $\mu >> \sigma$, which is generally true for my original question of the standard error of the root mean square, assuming that the number of samples is large enough.
Then, define $y \equiv (x-\mu)/\sigma$. $E[y] = 0; E[y^2] = 1$ $$\begin{aligned} \sqrt{x} &=& \sqrt{\mu + \sigma y} \\ \sqrt{\frac{x}{\mu}} &=& \sqrt{1 + \frac{\sigma y}{\mu}} \\ \sqrt{\frac{x}{\mu}} &\approx& 1 + \frac{1}{2}\frac{\sigma y}{\mu}-\frac{1}{8}(\frac{\sigma y}{\mu})^2 \\ E[\sqrt{\frac{x}{\mu}}] &\approx& 1 + \frac{1}{2}\frac{\sigma}{\mu}E[y]-\frac{1}{8}(\frac{\sigma}{\mu})^2E[y^2] \\ &=& 1 - \frac{1}{8}(\frac{\sigma}{\mu})^2\\ \mathrm{var}(\sqrt{\frac{x}{\mu}}) &=& E[\frac{x}{\mu}] - E[\sqrt{\frac{x}{\mu}}]^2\\ &\approx& 1 - (1 - \frac{1}{8}(\frac{\sigma}{\mu})^2)^2\\ &\approx& \frac{1}{4}(\frac{\sigma}{\mu})^2\\ \mathrm{var}(\sqrt{x}) &=& \frac{1}{4}(\frac{\sigma^2}{\mu}) \end{aligned}$$ So if the mean of x is $\mu$ and the standard deviation is $\sigma$, then the standard deviation of $\sqrt{x} \approx \frac{\sigma}{2 \sqrt{\mu}}$
In my original question, since the standard error of $X^2$ is $\sqrt{\frac{\mathrm{var}(X^2)}{N}}$, the standard error of $\sqrt{<X^2>}$ is therefore $\frac{\sqrt{\frac{\mathrm{var}(X^2)}{N}}}{2 \sqrt{<X^2>}}$