Show contents 

Stat Assembly > Stat Assembly Interfaces > ISmAutoCorrelation > ISmAutoCorrelation.ModelPeriod

ISmAutoCorrelation.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 points of sample series, use the IStatPeriod.FirstPoint and IStatPeriod.LastPoint properties.

Fore and Fore.NET Examples

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

See also:

ISmAutoCorrelation