GetImpliedCovariancesMatrix Method

<< >>

Navigation:  Programming with Amos > Class Reference > CValue Class Reference > CValue Class Members > Methods >

GetImpliedCovariancesMatrix Method

Gets the implied covariance matrix for the observed variables. As an alternative, you can use GetImpliedCovariancesElement to get the implied covariance between two observed variables or the implied variance of a single observed variable.

Syntax

object.GetImpliedCovariancesMatrix (theSymmetricMatrix, variables)

The GetImpliedCovariancesMatrix 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.