TimeSeries.GetPositiveVariance (Int32, Int32, Int32) Method

Calculate variance of positive data entries
public double GetPositiveVariance( 
int index1
int index2
int row 
)
This language is not supported or no code example is available.
public:  
double GetPositiveVariance( 
int index1
int index2
int row 
)
This language is not supported or no code example is available.
public function GetPositiveVariance( 
index1 : int
index2 : int
row : int 
) : double;
This language is not supported or no code example is available.

Parameters

index1
int

The index1.

index2
int

The index2.

row
int

The row.

Return Value

double

System.Double.

Exception type Condition

ApplicationException

Can not calculate variance. Insufficient number of elements in the array. or index1 must be smaller than index2 or index1 is out of range or index2 is out of range

In this article

Definition