ISummaryStatistics.IncludedObservations

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).

Example

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

See also:

ISummaryStatistics