IExpressModeller.CreateOmittedVariablesTestSettings

Fore syntax

CreateOmittedVariablesTestSettings: IEmOmittedVariablesTestSettings;

Fore.NET syntax

CreateOmittedVariablesTestSettings(): Prognoz.Platform.Interop.Modeller.IEmOmittedVariablesTestSettings;

Description

The CreateOmittedVariablesTestSettings method creates an object that determines Omitted Variables Criterion 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 IEmOmittedVariablesTestSettings.Explained.

See also:

IExpressModeller