TimeSeries.GetCovariance (Int32, Int32, Int32, Int32) Method

Gets the covariance.
public double GetCovariance( 
int row1
int row2
int index1
int index2 
)
This language is not supported or no code example is available.
public:  
double GetCovariance( 
int row1
int row2
int index1
int index2 
)
This language is not supported or no code example is available.
public function GetCovariance( 
row1 : int
row2 : int
index1 : int
index2 : int 
) : double;
This language is not supported or no code example is available.

Parameters

row1
int

The row1.

row2
int

The row2.

index1
int

The index1.

index2
int

The index2.

Return Value

double

System.Double.

Exception type Condition

ApplicationException

Can not calculate covariance. Array is empty. or index1 must be smaller than index2 or index1 is out of range or index2 is out of range

In this article

Definition