ISmAutoCorrelation.DifferenceOrder

Fore Syntax

DifferenceOrder: Integer;

Fore.NET Syntax

DifferenceOrder: integer;

Description

The DifferenceOrder property determines difference order that determines how many times a source time series is differenced.

Comments

Admissible values lie within the range [0, 5]. When this parameter is equal to zero, the series is not differenced, and the source series is analyzed.

Fore and Fore.NET Examples

The property use is given in the example for ISmAutoCorrelation.MissingData.

See also:

ISmAutoCorrelation