IEmMedianSmoothingSettings.Width

Fore syntax

Width: Integer;

Fore.NET syntax

Width: integer;

Description

The Width property determines window size.

Comments

The window size is a time interval used to calculate the elements average. The greater is the window width, the smoother is the series.

Acceptable range: [2; n], where n is the number of observations in the smoothed series.

Fore and Fore.NET examples

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

See also:

IEmMedianSmoothingSettings