Is it possible to run an OLS regression of a matrix "Y" (T x n) on another matrix "X" (T x k) in Mathematica?
This would be the same as implementing all the regressions of the dependent variables in "Y" matrix on independent variables in "X" at the same time, which I think would be more efficient than doing the n regressions separately.