ILanerResultsBoxCorrelation.Value

Syntax

Value(Row: Integer; Col: Integer): Double;

Parameters

Row. Variable index in the row.

Col. Variable index in the column.

Description

The property is read-only.

The Value property returns correlation value for selected variables.

Comments

The number of rows and columns in correlation table is the same and matches the number of variables.

Values of the Col and Row parameters are to be within the range [0; ILanerResultsBoxCorrelation.TermCount-1].

Example

The property use is given in the example for ILanerResultsBoxResults.Correlation.

See also:

ILanerResultsBoxCorrelation