ISmCurveEstimation.Criterion

Fore Syntax

Criterion: DependenceCriterion;

Fore.NET Syntax

Criterion: Prognoz.Platform.Interop.Stat.DependenceCriterion;

Description

The Criterion property determines the criterion type for the best dependency form selection.

Comments

To determine the type of best dependency form selection criterion, use the DependenceCriterion enumeration. By default the Determination Coefficient criterion is used.

Fore and Fore.NET Examples

The property use is given in the example for ISmCurveEstimation.MissingData.

See also:

ISmCurveEstimation