Conditional variance calculation given a Toeplitz covariance matrix

103 Views Asked by At

If I have a random vector $\mathbf{Y}=(Y_1,\dots,Y_n)$ with covariance matrix $\mathbf{\Sigma}$ such that $\mathbf{\Sigma}_{ij}=\gamma(|i-j|)$ (i.e. $\Sigma$ is a Toeplitz matrix), how can I compute $\operatorname{Var}(Y_k\mid Y_1, \dots, Y_{k-1})$? Is there a closed form solution when the distribution of $\mathbf{Y}$ is not known?