IExpressModeller.CreateVarianceAnalysisSettings

Fore syntax

CreateVarianceAnalysisSettings: IEmVarianceAnalysisSettings;

Fore.NET syntax

CreateVarianceAnalysisSettings(): Prognoz.Platform.Interop.Modeller.IEmVarianceAnalysisSettings;

Description

The CreateVarianceAnalysisSettings method creates an object that determines Variance Analysis 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 IEmVarianceAnalysisSettings.Series.

See also:

IExpressModeller