ISmUnivariateSpectrumAnalysis.CutOffPoint

Syntax

CutOffPoint: Integer;

Description

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

Example

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