GetCovarianceList Method

<< >>

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

GetCovarianceList Method

Gets the covariances among exogenous variables.

Syntax

result = object.GetCovarianceList ()

The GetCovarianceList method syntax has the following parts:

Part

Description

result

A list of UnorderedPairAndValue objects. Each UnorderedPairAndValue object consists of two variables and a covariance.

object

An object of type CValue.