Let $V\in\mathbb{R}^{n\times m}$, where $n>m$, be a random matrix of standard normal gaussians. Given an arbitrary vector $y\in\mathbb{R}^n$, I need to understand the distance $||y-p_V(y)||^2$, where $p_V$ is the projection onto the range of $V$, meaning $p_V = V(V^TV)^{-1}V^T$ as a matrix. Through a slightly different lens, I would like to understand the distance of $y$ from $R(V)$.
Given that $V$ is random, this makes the above distance a random variable whose distribution (or at least expected value) is important to my research. This feels like a not-so-novel problem but I couldn't find a solution on my own.
How can I approach this? Thanks in advance!