I want to know if there is any literature about the following regression problem: $$ Y=X\beta +\epsilon$$ where $Y$ is unknown. But, i know $X$ and the OLS estimator of $\beta$ $$ \hat{\beta}=(X^\top X)^{-1}X^\top Y$$ because i know the value of $X^\top Y$ In fact i have an inverse problem of quadratic programming where i know the solution and i want the regression problem associated to this soluiton.
Thanks