Is a means vector in mxData() a row matrix or a column matrix?

Posted on
Picture of user. Steve Joined: 07/30/2009

When specifying mxData() with both covariances and means, should the means vector be a row matrix or a column matrix?

Replied on Wed, 08/05/2009 - 11:06
Picture of user. tbates Joined: Jul 31, 2009

Just a row of means, please (logic being they are one from each column).

Or accept any 1-D array, and throw an error when given both rows and columns > 1