ICoefficients.TStatistic

Syntax

TStatistic: 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.

Example

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

See also:

ICoefficients