CONTENTS

Exercise: Proving the Weak LLN from Chebyshev

Problem

Let X1,,XnX_1, \ldots, X_n be pairwise uncorrelated random variables with common mean μ\mu and common variance σ2<\sigma^2 < \infty.

  1. Compute E[Xˉn]\mathbb{E}[\bar X_n] and Var(Xˉn)\operatorname{Var}(\bar X_n) in terms of μ\mu, σ2\sigma^2, and nn. Explain carefully where the assumption "pairwise uncorrelated" is used.

  2. State Chebyshev's inequality and apply it to Xˉn\bar X_n to derive the bound P(Xˉnμ>ϵ)σ2nϵ2.\mathbb{P}(|\bar X_n - \mu| > \epsilon) \le \frac{\sigma^2}{n\epsilon^2}.

  3. Conclude the weak law of large numbers: XˉnPμ\bar X_n \xrightarrow{\mathbb{P}} \mu.

  4. Conceptual. Suppose we drop the "pairwise uncorrelated" assumption and allow Cov(Xi,Xj)=ρσ2\operatorname{Cov}(X_i, X_j) = \rho\sigma^2 for iji \ne j with some fixed ρ>0\rho > 0. Compute Var(Xˉn)\operatorname{Var}(\bar X_n) in this case and show that the bound no longer drives to zero. Why does this matter for estimating the mean of an autocorrelated time series (e.g. a momentum signal)?

Hint

For part 1, use that Var(aiXi)=ai2Var(Xi)\operatorname{Var}(\sum a_i X_i) = \sum a_i^2 \operatorname{Var}(X_i) for uncorrelated variables. For part 4, you need the full formula including covariances.
Jump to the solution when you're ready.