Does anyone have references for the following observed empirical volatility behavior?
Take daily index or share price returns. From this data calculate the volatility over a period T. This gives a volatility time series with steps of T. Also calculate the T-period return for the same data and scale with the square root of T. This is another time series.
If $$x_i=\ln(S_i/S_{i-1})$$ are the daily returns, then the first time series is
\[Vol_k = \sqrt{\frac{252}{T}\sum_{i=k-T}^k (x_i-\bar{x})^2},\quad\bar{x}=\sum_{i=k-T}^k x_i\]
and the second is
\[
z_k = \frac{1}{\sqrt{T}}\ln(S_{k}/S_{k-T}).
\]
Vol and z are measured over the same period.
Now plot Vol_k against z_k. For example, with T being 20 days:
The black line is the empirical average of the volatility. The red line is
\[
Vol=\sqrt{\sigma^2+\frac{z^2}{2}}.
\]
I'm trying to find a reference for any relationship like this. Once you've scaled with T the relationship seems very stable.