ISmUnivariateSpectrumAnalysis.CutOffPoint

Fore Syntax

CutOffPoint: Integer;

Fore.NET Syntax

CutOffPoint: integer;

Description

The CutOffPoint property determines a cutoff point (the length of a source series for the sample period).

Fore and Fore.NET Examples

The property use is given in the example for ISmUnivariateSpectrumAnalysis.InitCorrection.

Comments

To correctly execute the example, the condition must be satisfied:

3<=(2*C+1)<=N/2

Where C - cutoff point (CutOffPoint), N - number of observations used in calculation.

See also:

ISmUnivariateSpectrumAnalysis