ICoefficients.StandardError

Fore Syntax

StandardError: Array;

Fore.NET Syntax

StandardError: System.Array;

Description

The StandardError property returns array of values of standard errors for coefficents.

Comments

Standard error is an approximate deviation of coefficient estimation from the true value. The greater the value of the standard error, the less reliable is the estimated coefficient.

Fore and Fore.NET Examples

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

See also:

ICoefficients