ISmGrangerTest.TStatMatrix

Fore Syntax

TStatMatrix: Array;

Fore.NET Syntax

TStatMatrix: System.Array;

Description

The TStatMatrix property returns Fisher statistics matrix.

Comments

To get a result matrix showing whether there is Granger determination, use the ISmGrangerTest.ResValueMatrix property.

Fore and Fore.NET Examples

The property use is given in the example for ISmGrangerTest.MissingData.

See also:

ISmGrangerTest