ISmSingularSpectrumAnalysis.P

Fore Syntax

P: Array;

Fore.NET Syntax

P: System.Array;

Description

The P property returns eigenvectors of the principal components.

Comments

This property is used to get eigenvectors only for the main principal components. Eigenvector values for additional principal components are not available.

To get the number of eigen principal components, use the ISmSingularSpectrumAnalysis.PCCount property.

Fore and Fore.NET Examples

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

See also:

ISmSingularSpectrumAnalysis