IExpressModeller.CreatePairCorrelationSettings

Fore syntax

CreatePairCorrelationSettings: IEmPairCorrelationSettings;

Fore.NET syntax

CreatePairCorrelationSettings(): Prognoz.Platform.Interop.Modeller.IEmPairCorrelationSettings;

Description

The CreatePairCorrelationSettings method creates an object that determines Paired 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 IEmPairCorrelationSettings.Series.

See also:

IExpressModeller