ISmPartialCorrelation.PartialCorrelationMatrix

Fore Syntax

PartialCorrelationMatrix: Array;

Fore.NET Syntax

PartialCorrelationMatrix: System.Array;

Description

The PartialCorrelationMatrix property returns the matrix of partial correlation coefficients.

Comments

To get matrix of paired correlation coefficients, use the ISmPartialCorrelation.PairCorrelationMatrix property.

Fore and Fore.NET Example

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

See also:

ISmPartialCorrelation