IIntercept.InitValue

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.

Example

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

See also:

IIntercept