IExpressModeller.CreateCurveEstimationSettings

Fore syntax

CreateCurveEstimationSettings: IEmCurveEstimationSettings;

Fore.NET syntax

CreateCurveEstimationSettings(): Prognoz.Platform.Interop.Modeller.IEmCurveEstimationSettings;

Description

The CreateCurveEstimationSettings method creates an object that determines Curve Estimation 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 IEmCurveEstimationSettings.Explained.

See also:

IExpressModeller