ISlARMA.UseBackCast

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:

Example

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

See also:

ISlARMA