Gets the correlations among exogenous variables.
Syntax
result = object.GetCorrelationList ()
The GetCorrelationList method syntax has the following parts:
Part |
Description |
result |
A list of UnorderedPairAndValue objects. Each UnorderedPairAndValue object consists of two variables and a correlation. |
object |
An object of type CValue. |