Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Stat Assembly > Stat Assembly Interfaces > ISlARMA > ISlARMA.UseBackCast

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