ISmRollingRegression.TStatisticMatrix

Fore Syntax

TStatisticMatrix: Array;

Fore.NET Syntax

TStatisticMatrix: System.Array;

Description

The TStatisticsMatrix property returns the t-statistics matrix.

Comments

To get the probability matrix, use the ISmRollingRegression.PValueMatrix property.

Fore and Fore.NET Examples

The property use is given in the example for ISmRollingRegression.CoefficientsMatrix.

See also:

ISmRollingRegression | Moving Regression