ISmSingularSpectrumAnalysis.IncludedComponents

Syntax

IncludedComponents: Array;

Description

The IncludedComponents property determines, which principal components are used to fit the input series.

Comments

Only the principal components with indexes listed in the IncludedComponents array are used to fit the input series. Principal component indexation is continuous starting with zero.

If the IncludedComponents array is empty, all the principal components are used to fit the input series.

Example

The property use is given in the example for ISmSingularSpectrumAnalysis.Fitted.

See also:

ISmSingularSpectrumAnalysis