LagWindow: LagWindowType;
LagWindow: Prognoz.Platform.Interop.Stat.LagWindowType;
The LagWindow property determines the lag window type.
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.
The property use is given in the example for IEmUnivariateSpectrumAnalysisSettings.Serie.
See also: