IExpressModeller.CreatePartialCorrelationSettings

Fore syntax

CreatePartialCorrelationSettings: IEmPartialCorrelationSettings;

Fore.NET syntax

CreatePartialCorrelationSettings(): Prognoz.Platform.Interop.Modeller.IEmPartialCorrelationSettings;

Description

The CreatePartialCorrelationSettings method creates an object that determines Partial Correlation Coefficients Calculation 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 IEmPartialCorrelationSettings.Series.

See also:

IExpressModeller