Gets one element of the implied covariance matrix for the observed variables, giving the implied covariance between two observed variables. As an alternative, you can use GetImpliedCovariancesMatrix to get the entire matrix of implied covariances.
Syntax
result = object.GetImpliedCovariancesElement (rowVariableName, columnVariableName)
result = object.GetImpliedCovariancesElement (rowVariable, columnVariable)
The GetImpliedCovariancesElement method syntax has the following parts:
Part |
Description |
result |
The implied covariance. |
object |
An object of type CValue. |
rowVariableName |
(String) The name of an observed variable. |
columnVariableName |
(String) The name of an observed variable. |
rowVariable |
(An object of type Variable) An observed variable. |
columnVariable |
(An object of type Variable) An observed variable. |