IExpressModeller.CreateStatisticsSettings

Fore syntax

CreateStatisticsSettings: IEmStatisticsSettings;

Fore.NET syntax

CreateStatisticsSettings(): Prognoz.Platform.Interop.Modeller.IEmStatisticsSettings;

Description

The CreateStatisticsSettings method creates an object that determines Summary Statistics Calculation method parameters.

Comments

Use the IExpressModeller.EvaluateMethod method for summary statistics calculation.

Fore and Fore.NET examples

The method use is given in the example for IEmStatisticsSettings.Add.

See also:

IExpressModeller