IExpressModeller.CreateMedianSmoothingSettings

Fore syntax

CreateMedianSmoothingSettings: IEmMedianSmoothingSettings;

Fore.NET syntax

CreateMedianSmoothingSettings(): Prognoz.Platform.Interop.Modeller.IEmMedianSmoothingSettings;

Description

The CreateMedianSmoothingSettings method creates an object that determines Median Smoothing method calculation parameters.

Comments

Use the IExpressModeller.EvaluateMethod method for calculation.

Fore and Fore.NET examples

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

See also:

IExpressModeller