ISmRollingRegression.StandartErrorMatrix

Syntax

StandartErrorMatrix: Array;

Description

The StandartErrorMatrix property returns the standard error matrix for coefficients.

Comments

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

Example

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

See also:

ISmRollingRegression | Moving Regression