IEmCurveEstimationSettings.Criterion

Fore syntax

Criterion: DependenceCriterion;

Fore.NET syntax

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

Description

The Criterion property determines best model selection criterion.

Comments

Default value: Criterion = DependenceCriterion.R2, that is, the Determination Coefficient criterion is used.

Fore and Fore.NET examples

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

See also:

IEmCurveEstimationSettings