IExpressModeller.CreateLinearRegressionSettings

Fore syntax

CreateLinearRegressionSettings: IEmLinearRegressionSettings;

Fore.NET syntax

CreateLinearRegressionSettings(): Prognoz.Platform.Interop.Modeller.IEmLinearRegressionSettings;

Description

The CreateLinearRegressionSettings method creates an object that determines Linear Regression 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 IEmLinearRegressionSettings.Explained.

See also:

IExpressModeller