Gets the sample covariance between two observed variables.
Syntax
result = object.SampleCovariance (variable1, variable2)
The SampleCovariance method syntax has the following parts:
Part |
Description |
result |
The sample covariance. |
object |
An object of type CValueSimple. |
variable1 |
(An object of type Variable) An observed variable. |
variable2 |
(An object of type Variable) An observed variable. |