IIntercept.InitValue

Fore Syntax

InitValue: Double;

Fore.NET Syntax

InitValue: double;

Description

The InitValue property determines initial approximation for the constant.

Comments

Initial approximation is taken into account if a constant value is estimated automatically, and initial approximations are set manually, that is, IIntercept.Mode = InterceptModeInterceptMode.AutoEstimate and ISlARMA.CalcInitMode = ARMAInitType.Manual.

Fore and Fore.NET Examples

The property use is given in the example for ISlARMA.CalcInitMode

See also:

IIntercept