ISmSingularSpectrumAnalysis.PCCount

Fore Syntax

PCCount: Integer;

Fore.NET Syntax

PCCount: integer;

Description

The PCCount property determines the number of principal components.

Comments

The number of used principal components must be a positive number, but not greater than the window width.

Use the ISmSingularSpectrumAnalysis.Width property to get window width.

Fore and Fore.NET Examples

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

See also:

ISmSingularSpectrumAnalysis