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

When specifying mxData() with both covariances and means, should the means vector be a row matrix or a column matrix?
When specifying mxData() with both covariances and means, should the means vector be a row matrix or a column matrix?
Just a row of means, please
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
Log in or register to post comments
In reply to Just a row of means, please by tbates
Yes, it is currently a 1xk
Yes, it is currently a 1xk matrix.
Log in or register to post comments