ISlARMA.UseBackCast

Fore Syntax

UseBackCast: Boolean;

Fore.NET Syntax

UseBackCast: boolean;

Description

The UseBackCast property determines whether backcast should be used when estimating moving average coefficients.

Comments

Property value is considered if ISlARMA.EstimationApproach = ARMAEstimationApproach.LeastSquares.

Available values:

Fore and Fore.NET Examples

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

See also:

ISlARMA