ISummaryStatistics.IncludedObservations

Fore Syntax

IncludedObservations: Integer;

Fore.NET Syntax

IncludedObservations: integer;

Description

The IncludedObservations property returns the number of observations actually used to build the model.

Comments

This property excludes missing data in the source series as well as observations that cannot be estimated when using autoregression and transformations (such as differentiation in the ARIMA model).

Fore and Fore.NET Examples

The property use is given in the example for ISummaryStatistics.HQcriterion.

See also:

ISummaryStatistics