0

The OLS formation $Y = \beta X$ and its derivation all have dependent variable $Y$ as a $n$ by $1$ vector, each entry of $Y$ is a scalar observation. But what if each observation is a vector of size $m$, not a single scalar value? Are there any statistical model to help model that?

I guess a lazy way is to let $Y = [ Y_1, Y_2, .. Y_m ]$ and we run regression separately $Y_1 = \beta_1 X$$Y_2 = \beta_2 X$, etc. But I feel like this model misses the correlation between $Y_1$ and $Y_2$

Richard Hardy
  • 54,375
  • 10
  • 95
  • 219
CuriousMind
  • 2,133
  • 5
  • 24
  • 32
  • How are the individual observations in your m sized vector related? Are they repeated measurements of the same thing or the same population? – Patrick Oct 25 '19 at 18:33
  • See questions with the tag [multivariate-analysis](https://stats.stackexchange.com/questions/tagged/multivariate-analysis) or [multivariate-regression](https://stats.stackexchange.com/questions/tagged/multivariate-regression). – EdM Oct 25 '19 at 20:40

0 Answers0