ISmSingularSpectrumAnalysis.IncludedComponents

Fore Syntax

IncludedComponents: Array;

Fore.NET Syntax

IncludedComponents: System.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.

Fore and Fore.NET Examples

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

See also:

ISmSingularSpectrumAnalysis