Sample standard deviation serially correlated normal data

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
rhz
Messages
11
Reaction score
0
Hi,

Can anyone point me to a reference for the statistical properties of the sample standard deviation of a sequence of identically distributed normal random variables subject to some form of serial correlation?

Thanks,

rhz
 
on Phys.org
mathman said:
( ∑ Xk)2 = ∑∑XkXj
Take expectation and subtract out the mean squared and you will have:

2 + ∑∑(k≠j) cov(k,j)

cov(k,j) is the covariance of XkXj.

Hi,

OK, but I'm interested in the statistical properties of the sample standard deviation:

\sqrt{\hat\sigma^2} = \sqrt \left ( \frac{1}{N-1}\sum^{N-1}_{i=0}(x_i-\hat{\mu})^2 \right )
\hat\mu = \frac{1}{N}\sum^{N-1}_{i=0}x_i

Thanks.