UseBackCast: Boolean;
UseBackCast: boolean;
The UseBackCast property determines whether backcast should be used when estimating moving average coefficients.
Property value is considered if ISlARMA.EstimationApproach = ARMAEstimationApproach.LeastSquares.
Available values:
True. Backcast is used;
False. Backcast is not used.
The property use is given in the example for ISlARMA.ParseAR.
See also: