Simple question re Cholesky decomposition

Posted on
Picture of user. Dorothy Bishop Joined: 02/04/2010
I'm running a multivariate ACE model with raw data and matrices input, based on a version by Hermine Maes.
Changing the start value for the paths from .6 to .5 makes the c path estimates flip from positive to negative.
Am I right in assuming I can just ignore the sign, because the true estimate should be the (positive) square root of the squared path?
Replied on Thu, 05/20/2010 - 14:44
Picture of user. neale Joined: 07/31/2009

Yes, in general in any factor model if all the factor loadings change sign, the model is equivalent. It is also equivalent if the factor loadings in any number of columns of the factor loading matrix change sign. Note that while it is not generally necessary to "do" anything about it, bounding the first free element of a factor loading column to be non-negative does eliminate this source of indeterminacy. However if one were, for example, running bootstrap simulations, then it would be necessary to impose the constraints in order to stop the presence of both +ve and -ve sets of estimates causing inflated estimates of the bootstrap confidence intervals.
Replied on Thu, 05/20/2010 - 14:54
Picture of user. mspiegel Joined: 07/31/2009

In reply to by neale

As a much simpler followup to Mike N.'s comment: if the values in question are free parameters then specifying a lower bound of 0 will ensure they are positive. If the value are arbitrary cells of an algebra, then a mxConstraint() is needed. The point is to avoid using mxConstraint() if possible.