IEmCurveEstimationSettings.DependenceForm

Fore syntax

DependenceForm(Type: DependenceType): Boolean;

Fore.NET syntax

DependenceForm(Type: Prognoz.Platform.Interop.Stat.DependenceType): boolean;

Parameters

Type. Dependency type.

Description

The DependenceForm property determines whether the specified dependency type is estimated.

Comments

Available values:

All the dependencies types are estimated by default.

Fore and Fore.NET examples

The property use is given in the example for IEmCurveEstimationSettings.Explained.

See also:

IEmCurveEstimationSettings