I have time-series data generated via Metropolis algorithm - Monte Carlo simulations. Since these data must have some correlation between them, the formula of the standard error for IIDs variable must not be true here.
What is the formula for standard error for correlated data? (I have estimated the correlation coefficients using: $r_k = \frac{c_k}{c_0}$ where $c_0$ is the varaiance and $c_k = \frac{1}{N}\sum_{i=1}^{n-i}(x_i - \mu)(x_{i+k} - \mu)$, $\mu$ is mean.