The underlying model of PLS is that a given $n \times m$ matrix $X$ and $n$ vector $y$ are related by $$X = T P' + E,$$ $$y = T q' + f,$$ where $T$ is a latent $n \times k$ matrix, and $E, f$ are noise terms (sssuming $X, y$ are centered).
PLS produces estimates of $T, P, q$, and a 'shortcut' vector of regression coefficients, $\hat{\beta}$ such that $y \sim X \hat{\beta}$. I would like to find the distribution of $\hat{\beta}$ under some simplifying assumptions, which should probably include the following:
- The model is correct, i.e. $X = T P' + E,y = T q' + f$ for unknown $T, P, q$;
- The number of latent factors, $k$, is known, and used in the PLS algorithm;
- The actual error terms are i.i.d. zero-mean normal with known variances;
This question is somewhat underdefined because there are scores of variants of 'the' PLS algorithm, but I would accept results for any of them. I would also accept guidance on how to estimate the distribution of $\hat{\beta}$ via e.g. a bootstrap, but perhaps that is a separate question.