Gets the implied covariance matrix for all observed and latent variables. As an alternative, you can use GetAllImpliedCovariancesElement to get the implied covariance between two observed or latent variables or the implied variance of a single observed or latent variable.
Syntax
object.GetAllImpliedCovariancesMatrix (theSymmetricMatrix, variables)
The GetAllImpliedCovariancesMatrix method syntax has the following parts:
Part |
Description |
object |
An object of type CValue. |
theSymmetricMatrix |
The implied covariance matrix. The returned matrix contains only the non-redundant diagonal and subdiagonal elements. |
variables |
A list of the variables that correspond to the rows (and also the columns) of the implied covariance matrix. |