ISmCurveEstimation.ModelPeriod

Fore Syntax

ModelPeriod: IStatPeriod;

Fore.NET Syntax

ModelPeriod: Prognoz.Platform.Interop.Stat.IStatPeriod;

Description

The ModelPeriod property determines sample period parameters.

Comments

To determine start and end sample period points, use the IStatPeriod.FirstPoint and IStatPeriod.LastPoint properties.

Fore and Fore.NET Examples

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

See also:

ISmCurveEstimation