ISmRollingRegression.StandartErrorMatrix

Fore Syntax

StandartErrorMatrix: Array;

Fore.NET Syntax

StandartErrorMatrix: System.Array;

Description

The StandartErrorMatrix property returns the standard error matrix for coefficients.

Comments

To get the matrix of coefficients, use the ISmRollingRegression.CoefficientsMatrix property.

Fore and Fore.NET Examples

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

See also:

ISmRollingRegression | Moving Regression