ISmPartialCorrelation.PairCorrelationMatrix

Fore Syntax

PairCorrelationMatrix: Array;

Fore.NET Syntax

PairCorrelationMatrix: System.Array;

Description

The PairCorrelationMatrix property returns the matrix of paired correlation coefficients.

Comments

To get a matrix of partial correlation coefficients, use the ISmPartialCorrelation.PartialCorrelationMatrix property.

Fore and Fore.NET Example

The property use is given in the example for ISmPartialCorrelation.Data.

See also:

ISmPartialCorrelation