IEmUnivariateSpectrumAnalysisSettings.LagWindow

Fore syntax

LagWindow: LagWindowType;

Fore.NET syntax

LagWindow: Prognoz.Platform.Interop.Stat.LagWindowType;

Description

The LagWindow property determines the lag window type.

Comments

If the lag window type is a trapezoid, that is, LagWindow = LagWindowType.Trapezoidal, shape parameter value must be set in the IEmUnivariateSpectrumAnalysisSettings.ShapeParameter property.

The lag window type is a square by default, that is, LagWindow = LagWindowType.Rectangular.

Fore and Fore.NET examples

The property use is given in the example for IEmUnivariateSpectrumAnalysisSettings.Serie.

See also:

IEmUnivariateSpectrumAnalysisSettings