ICoefficients.TStatistic

Fore Syntax

TStatistic: Array;

Fore.NET Syntax

TStatistic: System.Array;

Description

The TStatistic property returns array of values of coefficients' t-statistics.

Comments

t-statistic is used to check null hypothesis that the coefficient equals to zero and is insignificant within the analyzed model.

Fore and Fore.NET Examples

The property use is given in the example for ICoefficients.Estimate.

See also:

ICoefficients